Hi,
I'm finally getting to grips with v0.11 :)
A small difficulty with the 'time' area.
I want the 5 clocks to dispay in 24hr format.
In the Slider code, this is easy for the first clock, changing 'hh' to 'HH'.
However, for the other 4 clocks, this time formatting doesn't seem to be available.
Any help gratefully recieved!
Iain
For the other four clocks, time format is coded as '2' i.e. short time. The command look like this
time,74,42,4,2,c - The 2 in bold is format specifier.
You need to change it to 5 and then specify the 24 hour format u want to use, like:
time,74,42,4,5,c,,HH:mm
Thanks a lot, that works perfectly!
Cheers, Iain