24 hour clock?
Posted: Wed Nov 06, 2013 10:12 am
Is it possible to get 24 hour clock instead of 12 am and pm?
Community discussion about Reef Angel Controllers and reefing related subjects
https://forum.reefangel.com/
Yes, it should be. You will have to do a custom main screen and instead of usinganderzon_ wrote:Is it possible to get 24 hour clock instead of 12 am and pm?
Code: Select all
ReefAngel.DrawDate(...);Code: Select all
ReefAngel.DrawDateTimeISO8601(...);look for my thread on custom main screens (you can just search for that). i put together a document that walks you through creating a custom main screen. there are examples and it should be obvious where it goes once you read the document. i dont have the link handy while on mobile.anderzon_ wrote:thanks, where in the code should i write it?