Is there a way to command LCD Smartie to display the time in standard am/pm format? Here's the script I'm using now:
$Time(mmmm dd hh:nn)
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Displaying time in standard format
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Posts: 20
- Joined: July 9th, 2006, 5:15 pm
Re: Displaying time in standard format
I asked about this very thing years ago. I now use:
Line 1: $Time(mm:dd:yy)
Line 2: $Time(h:nn:ss ampm)
Line one is the date and line 2 is the time. I have a 2 line VFD.
Hope that helps.
Line 1: $Time(mm:dd:yy)
Line 2: $Time(h:nn:ss ampm)
Line one is the date and line 2 is the time. I have a 2 line VFD.
Hope that helps.
-
- Posts: 7
- Joined: April 22nd, 2010, 7:06 am
Re: Displaying time in standard format
Nice, Worked beautifully. Thanks!!
-
- Posts: 20
- Joined: July 9th, 2006, 5:15 pm
Re: Displaying time in standard format
My Pleasure. This stuff can be tough to figure out. 

-
- Posts: 7
- Joined: April 22nd, 2010, 7:06 am
Re: Displaying time in standard format
True that! Especially when the information isn't organized in a way to make it very easily accessed. I'm learning though. Thanks again!!