RosettaCodeData/Task/Date-format/Objective-C/date-format-1.m

4 lines
228 B
Mathematica
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
NSLog(@"%@", [NSDate date]);
NSLog(@"%@", [[NSDate date] descriptionWithCalendarFormat:@"%Y-%m-%d" timeZone:nil locale:nil]);
NSLog(@"%@", [[NSDate date] descriptionWithCalendarFormat:@"%A, %B %d, %Y" timeZone:nil locale:nil]);