Setting NSDatePicker to display 24-hour time
Setting NSDatePicker to display 24-hour time
- Subject: Setting NSDatePicker to display 24-hour time
- From: Andrew Madsen <email@hidden>
- Date: Sat, 27 Jan 2007 21:29:59 -0700
I want to force NSDatePicker to display using 24-hour time instead of
AM/PM. The NSDatePicker in question is setup using IB, and is bound
to a Core Data attribute, so I'm not actually doing anything with it
in code. I tried instantiating an NSDateFormatter (in IB) and
connecting the NSDatePicker's formatter outlet to the instance of
NSDateFormatter, but that doesn't seem to have any effect. What's
the best way to get NSDatePicker to use 24-hour time?
Thanks,
Andrew Madsen
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden