Option to change clock to 24-hour formatSuggestion
Hi- is it possible to format the time in 24h format? eg: 6:00pm = 18:00

Thanks
Hi scph35003,

If you change this line "Text": "{0:hh:mm tt}", in the config to "Text": "{0:HH:mm}", that will change it to a 24 hour time format.

MJSU
You are a legend, thank you matey :)