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

4 lines
228 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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]);