Re: How to Display a Time Interval
Gary L. Wade
Use NSCalendar’s method:
toggle quoted messageShow quoted text
- (NSDateComponents *)components:(NSCalendarUnit)unitFlags fromDate:(NSDate *)startingDate toDate:(NSDate *)resultDate options:(NSCalendarOptions)opts; -- Gary L. Wade
|
|