Y
ynissel
How do I write an if statement to check if its past 5:30 PM. I tried
if(hour>17.5) but that only checks the hr itself and not minutes.
Thanks,
Yosef
if(hour>17.5) but that only checks the hr itself and not minutes.
Thanks,
Yosef