Clock settings

Please post all general support questions for LXDE here.
Locked
varaahan
Posts: 4
Joined: Wed Jan 06, 2010 2:48 am

Clock settings

Post by varaahan »

How to change the clock time / date in lxde digital clock ?
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: Clock settings

Post by Marty Jack »

Use the date command from a terminal. This requires root privilege and at this time we have no way to set anything that requires privilege.
edward
Posts: 146
Joined: Mon Sep 22, 2008 11:01 pm
Location: Boston

Re: Clock settings

Post by edward »

If you want to change the information that is displayed in the clock, have a look at http://tcl.activestate.com/man/tcl8.3/TclCmd/clock.htm

When using the % commands shown on this page (also using the colon for the time), it will change how the clock information is displayed.

For example, I use %a %D %I:%M %p which will display the abbreviated day of the week, the date in MM/DD/YY format and the time with AM or PM.
Debian Sid - LXDE
RamBurner
Posts: 7
Joined: Mon Oct 11, 2010 5:17 pm
Contact:

Re: Clock settings

Post by RamBurner »

To get a 12 hour clock in Lubuntu 10.10,
Right click on the clock applet in the bar and go to Digital Clock Settings at the top. Left click on that.
In the window that opens up, the top line will be "Clock Format" in that line type %I:%M %P
That will get you a 12 hour clock.
Make sure you put a space between the M and the %P. Like this %I:%M %P and not this %I:%M%P
Locked