NSDate* now = [NSDate date]; // 현재 Date NSDateComponents *components = [[NSCalendar currentCalendar] components:NSDayCalendarUnit | NSMonthCalendarUnit | NSYearCalendarUnit fromDate:now]; int year = [components year]; // 현재 년도 int month = [components month];// 현재 월 int day = [components day]; // 현재 일
댓글 없음:
댓글 쓰기