Forum Discussion
ChayceDuncan
2 years agoQrew Captain
I was able to get it to work no issue - from your screenshot you seem to have a ' after the 15 and before the 5. Time.now.hour should return an integer so you should be comparing it to just an integer, remove the '
{{time.now.hour <= 15}}
Also make sure that you're accounting for UTC time in your values - so if you're using for EST working hours you'll need to add 6 to the hours you're targeting (ie 5PM EST would be 23)
------------------------------
Chayce Duncan
------------------------------