Re: Interface Builder Date Localization
Re: Interface Builder Date Localization
- Subject: Re: Interface Builder Date Localization
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 18 Apr 2006 09:45:08 -0700
On Apr 18, 2006, at 9:31 AM, Marcus S. Zarra wrote:
I have tried searching for this one on the various sites (google,
cocoadev, developer.apple.com, etc) and either no one else is
stumped by this or my search skills are subpar...
Use a date formatter:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
DataFormatting/index.html>
Note a couple of things that that document does not yet make
sufficiently explicit:
Formatters that you create in IB use Mac OS X v10.0 behaviour.
You are encouraged to use formatters with v10.4 behaviour (these
integrate better with users' preferences). This means(*),
unfortunately, that you should set formatters programmatically.
mmalc
(*) I'm not aware of any way to get around this. I would love to be
proven wrong...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden