Posted by member 5575 on 2005-11-10 18:35:28 link

You'll need to find the line that specifies the format of your clock, and the module that's used to display it. I use xlabel, and my format (24 hour AKA military) is:

TimeText "[time('ii:nn:ss')]"

Then read the docs for that module and see what the 12 hour time format string is. The details will depend on the module, so I can't be any more specific here.