Re: formatting NSDate
Re: formatting NSDate
- Subject: Re: formatting NSDate
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 17 Feb 2003 17:22:29 -0800
On Monday, February 17, 2003, at 03:06 PM, Edwin Zacharias wrote:
Is it possible format dates in the user's preffered
Short Date format as set in the International
preference panel? I can't seem to find it in NSDate
or NSDateFormatter.
Yes, you can fetch the date format from NSUserDefaults, then use that
information to format the date. See the NSUserDefaults documentation
for details.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
if (message.signature==FUNNY) steal(message.signature); else
message=message->next;
_______________________________________________
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.