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 13:11:57 -0700
On Apr 18, 2006, at 11:52 AM, Ondra Cada wrote:
I've never needed/tried myself (my needs with dates are simple
enough for me to be quite satisfied with the old behaviour), but I
guess some mild initWithCoder or possibly awakeFromNib (or both)
poseAsClass hackery might perhaps nicely (and without cluttering
the actual controller code) work around this problem till a new
release it out?
awakeFromNib won't work because the behaviour is already set by
then. I'm not keen on either of the other options but I suspect
"simple" poseAs: won't because I *think* it's the same class.
initWithCoder: might, but that gets even more ugly... :-)
On Apr 18, 2006, at 12:45 PM, Nick Zitzmann wrote:
I'd try +[NSDateFormatter setDefaultFormatterBehavior:] or the
NSMakeDateFormatters10_4 user default first.
No, that doesn't work.
mmalc
_______________________________________________
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