NSCalendarDate not localized
NSCalendarDate not localized
- Subject: NSCalendarDate not localized
- From: Bruno Blondeau <email@hidden>
- Date: Mon, 14 Jun 2004 00:35:54 +0200
I'm using the following code to insert the current date:
NSString * my_format = [[NSUserDefaults standardUserDefaults]
objectForKey:NSDateFormatString];
[textView insertText:[[NSCalendarDate calendarDate]
descriptionWithCalendarFormat:my_format]];
However, in all cases, I'm getting this
Monday 14 June 2004
Even if the system preferences are set for a different date format. How
can I modify this code to be localized?
Bruno
_______________________________________________
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.