Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created October 17, 2015 14:29
Show Gist options
  • Select an option

  • Save mikekavouras/42a96d22776c80e56f0e to your computer and use it in GitHub Desktop.

Select an option

Save mikekavouras/42a96d22776c80e56f0e to your computer and use it in GitHub Desktop.
NSDate *date = [NSDate dateWithTimeIntervalSinceReferenceDate:time];
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"EEEE"];
NSString *dateName = [dateFormatter stringFromDate:date];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment