Heyyy guys
I want to use time as my condition for 3 IF statements
For example;
If systemTime > 09:30
If systemTime > 12:30
If systemTime > 13:30
How can I achieve this?
I don’t want the condition to look at the date. ONLY time (HH:mm)
Thank you