250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 파이썬 #업무자동화 #python
- pythonnet
- pyautogui
- 사무자동화
- YOLOv7
- 사무자동화 #Selenium
- processstart
- 업무자동화
- yolo
- pypdf2
- ironpython
- DeepLearning
- Text-to-Speech
- google cloud
- Google API
- Text To Speech
- pdf merge
- YOLOv5
- computervision
- objectdetection
Archives
- Today
- Total
Doarchive
[objective C ] NS Date 사용하기 본문
NSDate * disconnectTime = [NSDate date];
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"];
NSTimeZone *krTimeZone =[NSTimeZone timeZoneWithName:@"Asia/Seoul"];
[dateFormatter setTimeZone:krTimeZone];
//NSDate를 NSString으로 변환
NSString *str = [dateFormatter stringFromDate:disconnectTime];
728x90