date parsing
date parsing
- Subject: date parsing
- From: Lloyd Dupont <email@hidden>
- Date: Mon, 2 Jun 2003 14:31:30 +1000
I'm unsuccessfully trying to parse a date.
I tried :
[NSCalendarDate dateWithString: @"20030602T04:21:10" calendarFormat:
@"%y%m%dT%H:%M:%S" locale:nil]
and
[NSCalendarDate dateWithString: @"20030602T04:21:10" calendarFormat:
@"%y%m%dT%H:%M:%S"]
but none works.
any tip ?
the documentation is a bit terse ...
_______________________________________________
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.