• Welcome to TodayPlus Boards v2.
 

Slider skin 24hr time format [v0.11 Help Request]

Started by popabawa, January 03, 2004, 08:55:31 AM

Previous topic - Next topic

popabawa

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

Itanium

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
[size=9]<<Beta Testers Team>>
iPAQ H2215, WM2003; Panasonic 512MB SD, Viking 1GB CF[/size]

popabawa

Thanks a lot, that works perfectly!

Cheers, Iain