Re: Converting NSCalendarDate to NSString with local language
Re: Converting NSCalendarDate to NSString with local language
- Subject: Re: Converting NSCalendarDate to NSString with local language
- From: Nick Müller <email@hidden>
- Date: Thu, 21 Mar 2002 11:47:09 +0100
On 20.03.2002 at 14:36 Uhr, Lorenzo Puleo wrote:
>
NSString *today = [[NSCalendarDate calendarDate]
>
descriptionWithCalendarFormat: @"%A %d %B %Y"];
Use:
[[NSCalendarDate calendarDate] descriptionWithCalendarFormat: @"%A"
locale:[[NSUserDefaults standardUserDefaults]
dictionaryRepresentation]];
Nick
_______________________________________________
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.