Re: NSDate XML Format
Re: NSDate XML Format
- Subject: Re: NSDate XML Format
- From: Georg Tuparev <email@hidden>
- Date: Sun, 4 Aug 2002 18:41:49 +0200
I am not really sure what is your question, but anyway will try to
answer.
If you are using pure XML date format (for your own XML document) you
better follow w3c recommendation of using ISO 8601 date & time format.
If you are talking about storing date in a plist format (e.g. User
Defaults) you have to use NSValue to read and write the NSDate objects.
cheers
-- georg --
On Sunday, August 4, 2002, at 04:40 PM, email@hidden wrote:
What format is an NSDate object when it is converted put into XML
format? The description and format methods don't seem to produce the
same thing. If anything, I just need to know the logic behind the XML
format of NSDate and not any method for getting it.
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
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.