I have the following code:
NSDate *dateNow = [[NSDate alloc] init]; NSTimeInterval timeDifference = [usersDate timeIntervalSinceDate:dateNow]; // Get the sys
Doesn't it work to just use:
unsigned int unitFlags = NSWeekCalendarUnit;
?