v18 Clock Font (symbolAM="AM" symbolPM="PM")
#1
How could a different font be used for ante meridiem and post meridiem?
Reply
#2
Using 2 separate labels with a different font for each and a string compare to check the system time for AM/PM.

code:
System.Time(format)
Shows hours (hh), minutes (mm) or seconds (ss). When 12 hour clock is used (xx) will return AM/PM. Also supported: (hh:mm), (mm:ss), (hh:mm:ss), (hh:mm:ss). (xx) option added after dharma
Reply
#3
I'm learning. Have to learn about string compare...

Is StringCompare still valid in Leia?

Is "StringCompare" deprecated 2281321 (post)
Reply
#4
Sorry, use String.Contains(System.Time(xx),AM) or String.EndsWith(System.Time(xx),AM) instead.
Reply
#5
I know from reading through the forum you like us to use our brains. I'm gonna try and figure it with what you give me. If I can't... I'll be back.

Thanks Hitcher.
Reply

Logout Mark Read Team Forum Stats Members Help
Clock Font (symbolAM="AM" symbolPM="PM")0