Skip to content

Instantly share code, notes, and snippets.

@joanromano
Created June 1, 2015 09:17
Show Gist options
  • Save joanromano/332eacddeb93aeb61b5e to your computer and use it in GitHub Desktop.
Save joanromano/332eacddeb93aeb61b5e to your computer and use it in GitHub Desktop.
Date formatter for ironhack course
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
formatter.dateFormat = @"yyyy-MM-dd'T'HH:mm:ss";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment