Menu

how to change the big clock to 12 hour format ?

Help
nikki81
2013-10-06
2013-10-07
  • nikki81

    nikki81 - 2013-10-06

    how do you change the big clock to 12 hour format ?

     
  • Markus Dolze

    Markus Dolze - 2013-10-06

    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.

     
  • nikki81

    nikki81 - 2013-10-07

    thanks ill have a look at that now

     

Log in to post a comment.