2019-08-25, 10:07
2019-08-25, 10:26
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
2019-08-25, 11:03
I'm learning. Have to learn about string compare...
Is StringCompare still valid in Leia?
Is "StringCompare" deprecated 2281321 (post)
Is StringCompare still valid in Leia?
Is "StringCompare" deprecated 2281321 (post)
2019-08-25, 11:46
Sorry, useĀ
String.Contains(System.Time(xx),AM)
or String.EndsWith(System.Time(xx),AM)
instead.2019-08-25, 12:05
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.
Thanks Hitcher.