Page 1 of 1

[SOLVED] Changing the 24 hour to a 12 hour Clock

Posted: Sat Feb 09, 2013 9:19 pm
by tealequation25
I noticed that the clock that is in the Cinnamon bar is using a 24 hour clock, is there any way to change this to a 12 hour one. Help would be much appreciated. Thanks in advance.

Re: Changing the 24 hour to a 12 hour Clock

Posted: Sat Feb 09, 2013 9:29 pm
by catweazel
tealequation25 wrote:I noticed that the clock that is in the Cinnamon bar is using a 24 hour clock, is there any way to change this to a 12 hour one. Help would be much appreciated.
Cinnamon-settings > Calendar > Change the date format for the panel

"H" means 24hr and "I" means 12hr, so

Code: Select all

%a %b %e, %I:%M
Or...

Code: Select all

%a %b %e, %I:%M %p
Thanks in advance.
Get [CENSORED] in advance :mrgreen:

Re: Changing the 24 hour to a 12 hour Clock

Posted: Mon Feb 11, 2013 11:30 am
by tealequation25
Thanks, the help was much appreciated.