TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: popabawa on January 03, 2004, 08:55:31 AM

Title: Slider skin 24hr time format [v0.11 Help Request]
Post by: popabawa on January 03, 2004, 08:55:31 AM
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
Title: Slider skin 24hr time format [v0.11 Help Request]
Post by: Itanium on January 03, 2004, 10:32:28 AM
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
Title: Slider skin 24hr time format [v0.11 Help Request]
Post by: popabawa on January 03, 2004, 11:11:35 AM
Thanks a lot, that works perfectly!

Cheers, Iain