Created
October 17, 2015 14:29
-
-
Save mikekavouras/42a96d22776c80e56f0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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