User Feedback :: 24 h clock in bottom panel?



DSL 4.4.12 on a Asus EeePC 901 with JWM.
The clock in the tray uses a 12 h system although the time shows as a 24 h reading when I mouse over the clock,
I cannot find how to change the tray clock to permanently read in 24 h format.
Any clues?

/home/dsl/.jwmrc-tray
jwm documentation: http://joewing.net/programs/jwm/config.shtml#trays
strftime documentation: http://www.bash-linux.com/unix-man-strftime.html

I think it would be something like this:
Code Sample
<Clock format="%H:%M">xclock</Clock>

Quote (mikshaw @ Feb. 04 2009,20:33)
I think it would be something like this:
Code Sample
<Clock format="%H:%M">xclock</Clock>

Thank you.
The code you provided worked perfectly for me.


original here.