NSCalendarDate from plist
NSCalendarDate from plist
- Subject: NSCalendarDate from plist
- From: Brian Moore <email@hidden>
- Date: Sun, 25 Nov 2001 13:28:06 -0500
I am reading a date from a plist I created in PropertyListEditor which I
need to be an NSCalendarDate rather than the CFDate/NSDate it forms by
default, but I couldn't find anything to do this short of ditching dates
all together and using a string(in the plist) and passing it to
dateWithNaturalLanguageString: to make an NSCalendarDate. There must be
an easier/faster/cleaner way than that.
- Brian Moore