How to get date string formats in System International Preferences
How to get date string formats in System International Preferences
- Subject: How to get date string formats in System International Preferences
- From: Satoshi Matsumoto <email@hidden>
- Date: Wed, 26 May 2004 11:08:37 +0900
Hi
on 04.5.26 0:59 AM, Lorenzo at email@hidden wrote:
>
you should get the current date/time this way:
>
NSCalendarDate *nowDateTime = [NSCalendarDate calendarDate];
>
>
then you can transform "nowDateTime" to a simple NSString this way:
>
NSString *fullDateTimeString = [nowDateTime description];
Does anybody know how to get the date string formats that are defined in
System International Preferences?
Satoshi
-----------------------------------------------------
Satoshi Matsumoto <email@hidden>
816-5 Odake, Odawara, Kanagawa, Japan 256-0802
_______________________________________________
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.