Posted by member 46329 on 2004-06-26 13:27:13 link

The best thing i've managed to do is

;TimeLabelOnMouseEnter !TimeLabelSetText "[time('ii:nn:ss')]"
;TimeLabelOnMouseLeave !TimeLabelSetText "[time('h:nn am/pm',)]"

Which changes it to 24 hour with left mouse button and back to 12 hour with the left mouse button.

But is there a way to toggle it with the same left button?