Skip to content

Instantly share code, notes, and snippets.

@yunchiri
Created April 9, 2013 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yunchiri/5346022 to your computer and use it in GitHub Desktop.
Save yunchiri/5346022 to your computer and use it in GitHub Desktop.
date file format
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc]init];
[dateFormatter setDateFormat:@"yyyyMMddhhmmss"];
fileName = [dateFormatter stringFromDate:[NSDate date]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment