Skip navigation.
 
mlRe: finding out time format of menu bar clock
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>

Related mailsAuthorDate
mlfinding out time format of menu bar clock Donald Hall Jul 1, 07:04
mlRe: finding out time format of menu bar clock Chris Suter Jul 1, 07:42
mlRe: finding out time format of menu bar clock Steve Christensen Jul 1, 07:45
mlRe: finding out time format of menu bar clock Dimitri Bouniol Jul 1, 07:53
mlRe: finding out time format of menu bar clock Matt Neuburg Jul 1, 16:01