You mean from 15:00 to 03:00 (PM)? This is not configurable right now, but you can change a single line of code to do this. Edit clients/lcdproc/chrono.c, line 394 and change:
static int TwentyFourHour = 1;
to
static int TwentyFourHour = 0;
It will only show the numbers, not AM / PM.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how do you change the big clock to 12 hour format ?
You mean from 15:00 to 03:00 (PM)? This is not configurable right now, but you can change a single line of code to do this. Edit clients/lcdproc/chrono.c, line 394 and change:
to
It will only show the numbers, not AM / PM.
thanks ill have a look at that now