Hi,
Is it possible to have time displayed in 12 Hours format?
[HH:mm] [A] this will display AM/PM correctly but it will still show 24 hours time e.g. 16:30 PM .
I would like to have displayed time in this format.: 4:30 PM.
Any suggestions?
Thanks
Hi,
Is it possible to have time displayed in 12 Hours format?
[HH:mm] [A] this will display AM/PM correctly but it will still show 24 hours time e.g. 16:30 PM .
I would like to have displayed time in this format.: 4:30 PM.
Any suggestions?
Thanks
You can try:
[hh:mm] [A]
Thanks Peter… What a simple solution 
The only problem with this is that this will display 0 before time 04:06 PM not 4:06 PM. Is there any way around it?
[h:mm] [A]
You can try the above then 
Sorry I didn’t notice that you don’t want leading zeroes
Other format codes are listed here:
http://xibo.org.uk/manual/en/media_module_clock.html
Very informative topic! Thanks guys!