24 hour clock?

Basic / Standard Reef Angel hardware
Post Reply
anderzon_
Posts: 67
Joined: Sun Oct 27, 2013 11:35 am

24 hour clock?

Post by anderzon_ »

Is it possible to get 24 hour clock instead of 12 am and pm?
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: 24 hour clock?

Post by binder »

anderzon_ wrote:Is it possible to get 24 hour clock instead of 12 am and pm?
Yes, it should be. You will have to do a custom main screen and instead of using

Code: Select all

ReefAngel.DrawDate(...);
you will use

Code: Select all

ReefAngel.DrawDateTimeISO8601(...);
anderzon_
Posts: 67
Joined: Sun Oct 27, 2013 11:35 am

Re: 24 hour clock?

Post by anderzon_ »

thanks, where in the code should i write it?
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: 24 hour clock?

Post by binder »

anderzon_ wrote:thanks, where in the code should i write it?
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.


Sent from my iPad mini
Post Reply