I have this line:
if (date(H) < 16) { } else { }
I simply am saying, if it is before 6PM, do something
However, it does not work. but if I add a few numbers in it, for example,
if (date(H) < 1655) {
A total bogus hour, it then works. This is such a basic concept I’ve used before, am I missing something right in front of me here?
edit: I am testing after 6PM in real time but am getting the results of BEFORE 6PM.
change
date(H)todate('H')And
6PM = 18hr