NSDate: dates before the year 100
NSDate: dates before the year 100
- Subject: NSDate: dates before the year 100
- From: Robert Kuilman <email@hidden>
- Date: Tue, 2 Aug 2005 14:30:42 +0200
Hi All!
I'm having trouble creating NSDate instances with values before the
year 100.
[NSDate dateWithNaturalLanguageString:@"Jan 25 33"];
[NSDate dateWithNaturalLanguageString:@"Jan 25 033"];
[NSDate dateWithNaturalLanguageString:@"Jan 25 0033"];
all return Jan 25 1933 as their value.
Any insights as to how to resolve this issue? The NSDate docs on the
adc don't mention how to enter these, or B.C. dates.
Thanks in advance,
Robert
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden