Re: date parsing
Re: date parsing
- Subject: Re: date parsing
- From: Lloyd Dupont <email@hidden>
- Date: Mon, 2 Jun 2003 15:11:56 +1000
If you're trying to get a string from that, then do
no, I'm not.....
I have a string I don't need to do lengthy computation to get it again.
my problem is: I have a NSString, I want a NSDate
and the parsing method of NSCalendarDate fail (return nil) when I try:
[NSCalendarDate dateWithString: @"20030602T04:21:10" calendarFormat:
@"%y%m%dT%H:%M:%S" locale:nil]
or
[NSCalendarDate dateWithString: @"20030602T04:21:10" calendarFormat:
@"%y%m%dT%H:%M:%S"]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.