PDA

View Full Version : Clock Display


XBMCG33K
2009-04-26, 08:07
Is it somehow possible to have the clock show AM/PM in a smaller size than the actual time?

Like this:

9:45 AM
But with the AM at the top of the numbers rather than the bottom. sorry if I have lost anyone ...

XBMCG33K
2009-04-27, 01:18
Tried checking wiki just now to no avail.

Jezz_X
2009-04-27, 01:30
to be honest I'm not sure how to get the AM PM stuff seperate without doing a couple of string checks on system.time and then having a vis condition based on if AM or PM is present.

But seperating out the clock can be done like in this revision
http://trac.xbmc.org/changeset/9662

XBMCG33K
2009-04-27, 01:56
Is a string check something I can do?