Skip to content

Instantly share code, notes, and snippets.

@Air-Craft
Created February 5, 2015 14:36
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 Air-Craft/7e80356ea9b5288881b3 to your computer and use it in GitHub Desktop.
Save Air-Craft/7e80356ea9b5288881b3 to your computer and use it in GitHub Desktop.
#basic #objective-c #formatting #datetime #cocoa
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
dateFormatter.dateFormat = @"EEE d LLL"; // Thu 3 Feb
_estimatedArrivalDate.text = [dateFormatter stringFromDate:estimatedDate];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment