mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
MacOS-X compatibility tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20913 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cad70d0991
commit
b436ef6553
4 changed files with 32 additions and 17 deletions
|
@ -27,6 +27,8 @@ main()
|
|||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
||||
NSLog(@"%@", [NSCalendarDate distantFuture]);
|
||||
NSLog(@"%@", [NSCalendarDate distantPast]);
|
||||
NSLog(@"%@", [NSCalendarDate dateWithNaturalLanguageString: @"01-08-2002 00:00:00"]);
|
||||
NSLog(@"%@", [NSCalendarDate dateWithNaturalLanguageString: @"31-08-2002 23:59:59"]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue