Skip to content

Instantly share code, notes, and snippets.

@nwalter08
Created December 13, 2013 06:09
Show Gist options
  • Save nwalter08/7940410 to your computer and use it in GitHub Desktop.
Save nwalter08/7940410 to your computer and use it in GitHub Desktop.
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[formatter setDateFormat:@"yyyy-MM-dd"];
NSString *stringFromDate = [formatter stringFromDate:thumbnailBodyPic.date];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment