View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#595
Originally Posted by Arf the Lab View Post
I'm American so my phone time is set to 12-hour. However I want to display current time in 24-hour format too, as a reference when traveling overseas. Is there a tag to display current time in 24-hour format?
I'd suggest:

Code:
{script:date +%H}
Or:

Code:
{script:date +%R}
However, note that this won't update as often as the clock does (unless you put in something that updates quite often, such as battery charge).
 

The Following User Says Thank You to thp For This Useful Post: