FROM : Matt Neuburg
DATE : Sat Jul 01 16:01:38 2006
On Fri, 30 Jun 2006 23:04:37 -0600, Donald Hall <<email_removed>> said:
>Does anyone know a way to determine programmatically in Cocoa whether
>or not the user has set the "use a 24-hour clock" option in the Date
>& Time preferences pane? Accessing NSTimeFormatString through
>NSUserDefaults gives you the time format for the current locale, not
>the menu bar clock
If you decide to consider the user's date/time preferences rather than the
menu bar clock, note that NSDateFormatter now gives you stuff like
NSDateFormatterMediumStyle which consults these for you. m.
--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
DATE : Sat Jul 01 16:01:38 2006
On Fri, 30 Jun 2006 23:04:37 -0600, Donald Hall <<email_removed>> said:
>Does anyone know a way to determine programmatically in Cocoa whether
>or not the user has set the "use a 24-hour clock" option in the Date
>& Time preferences pane? Accessing NSTimeFormatString through
>NSUserDefaults gives you the time format for the current locale, not
>the menu bar clock
If you decide to consider the user's date/time preferences rather than the
menu bar clock, note that NSDateFormatter now gives you stuff like
NSDateFormatterMediumStyle which consults these for you. m.
--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
| Related mails | Author | Date |
|---|---|---|
| Donald Hall | Jul 1, 07:04 | |
| Chris Suter | Jul 1, 07:42 | |
| Steve Christensen | Jul 1, 07:45 | |
| Dimitri Bouniol | Jul 1, 07:53 | |
| Matt Neuburg | Jul 1, 16:01 |






Cocoa mail archive

