Skip to content

Instantly share code, notes, and snippets.

@songzhiyong
Last active December 27, 2015 22:29
Show Gist options
  • Save songzhiyong/7399443 to your computer and use it in GitHub Desktop.
Save songzhiyong/7399443 to your computer and use it in GitHub Desktop.
IOS datePicker
NSDate *selected = [_datePicker date];
NSTimeZone *zone = [NSTimeZone systemTimeZone];
NSInteger interval = [zone secondsFromGMTForDate: selected];
NSDate *localeDate = [selected dateByAddingTimeInterval: interval];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment