24-hour clock in simplicity Thread last updated on 2003-04-08 08:49:08

Posted by member 14272 on 2003-03-10 03:36:58

I just installed litestep and am using the simplicity theme, and i like it very much. However on the left part of my taskbar there is a clock but its a 12-hour clock and not a 24-hour clock. How do i change that? cant sett that lstime module is loaded nor wharf so i'm kind of wondering exactly where the configuration for my clock is. Anyway, thanks for any help.

Posted by member 333 on 2003-03-10 06:51:35 link

If I remember correctly, simplicity uses label.dll for the clock. Go to the docs-folder and check out the readme for label.

(It's generally a good idea to look at the docs before you ask for help, that way you avoid cranky replies about RTFM and you learn stuff by yourself )

Posted by member 15570 on 2003-03-17 17:47:30 link

Find this line

TimeLabelText


and remove the things that is after it... that is [hh] bla bla bla...
and copy paste this line in there

TimeLabelText "[date('i')]:[date('nn')]"

Posted by member 15570 on 2003-03-17 17:48:09 link

the line is in base.rc in config folder btw. =)

Posted by member 7223 on 2003-03-17 21:10:47 link

You can use:

TimeLabelText "[Time('ii:nn')]"

Posted by member 19045 on 2003-04-07 13:41:48 link

how would one go about it the other way? changing 24hr to 12hr?

Posted by member 1 on 2003-04-07 13:51:32 link

hh:nn

Posted by member 19045 on 2003-04-08 08:49:08 link

ahh thanks DeViLbOi i'll give that a shot!