Skip navigation.
 
mlRe: arbitrary date formats based on user prefs
FROM : mmalcolm crawford
DATE : Wed Dec 22 20:18:38 2004

On Dec 22, 2004, at 10:19 AM, Ben Dougall wrote:

> further thought, just want to check: are the standard date format 
> strings, in the user's preferred arrangement, available anywhere 
> somehow?


Yes, they are:
<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSUserDefaults.html
>
See, for example, NSDateFormatString
(Also NSShortDateFormatString, NSShortTimeDateFormatString...)

See also NSCalendarDate, per Robbie's reply.

mmalc

Related mailsAuthorDate
mlarbitrary date formats based on user prefs Ben Dougall Dec 22, 00:33
mlRe: arbitrary date formats based on user prefs Robbie Haertel Dec 22, 01:32
mlRe: arbitrary date formats based on user prefs mmalcolm crawford Dec 22, 01:46
mlRe: arbitrary date formats based on user prefs Ben Dougall Dec 22, 15:00
mlRe: arbitrary date formats based on user prefs mmalcolm crawford Dec 22, 17:00
mlRe: arbitrary date formats based on user prefs Ben Dougall Dec 22, 19:19
mlRe: arbitrary date formats based on user prefs Robbie Haertel Dec 22, 19:38
mlRe: arbitrary date formats based on user prefs mmalcolm crawford Dec 22, 20:18
mlRe: arbitrary date formats based on user prefs Sean McBride Dec 27, 07:42