What would be the easiest way to determine the current time and put in a form that can be evaluated?
For example:
....
if (vTime > 630 || vTime <= 730) {...}
630 is 6:30am and 730 is 7:30am.
Thank you.
For example:
....
if (vTime > 630 || vTime <= 730) {...}
630 is 6:30am and 730 is 7:30am.
Thank you.
Comment