mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Added GSPrintf()
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14714 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b517be3070
commit
dfbdc838df
12 changed files with 241 additions and 92 deletions
|
@ -25,6 +25,9 @@ main()
|
|||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
|
||||
NSLog(@"%@", [NSCalendarDate dateWithNaturalLanguageString: @"01-08-2002 00:00:00"]);
|
||||
NSLog(@"%@", [NSCalendarDate dateWithNaturalLanguageString: @"31-08-2002 23:59:59"]);
|
||||
|
||||
if ([(NSDate*) [NSCalendarDate date] compare:
|
||||
[NSCalendarDate dateWithString:@"Feb 2 00:00:00 2001"
|
||||
calendarFormat:@"%b %d %H:%M:%S %Y"]] == NSOrderedDescending) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue