/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
NSCalendar *gregorianCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; NSUInteger unitFlags = NSHourCalendarUnit | NSMinuteCalendarUnit | NSDayCalendarUnit; fromDate:todaysDate toDate:lastDate options:0]; [gregorianCalendar release];