Skip to content

Instantly share code, notes, and snippets.

@Nub
Created October 12, 2011 02:59
Show Gist options
  • Select an option

  • Save Nub/1280142 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1280142 to your computer and use it in GitHub Desktop.
NSString *dateAsString = [tributeJson objectForKey:@"tribute_posted"];
NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"yyyy-MM-dd hh:mm:ss"];
NSDate *myDate = [df dateFromString: dateAsString];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment