B
Bdog
I'm trying to find out if now() is between 9:00 AM and 5:00 PM I've tried
a few things but can't get it to work.
Thanks
a few things but can't get it to work.
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bdog said:I'm trying to find out if now() is between 9:00 AM and 5:00 PM I've tried
a few things but can't get it to work.
Barclay, look at the DateTime objects compare method...Thanks I'll try it, any idea on how to handle it if I want from 8:30 to
4:30?
Thanks
Barclay

I take for this the approach, that I first take the ticks from those valuesI'm trying to find out if now() is between 9:00 AM and 5:00 PM I've
tried
a few things but can't get it to work.
Cor Ligthert said:Bdog,
I take for this the approach, that I first take the ticks from those values
and than compare those.
In my opinion is that the most easy way doing this.
I hope this helps,
Cor
Or just look at the other Date functions like Minute, Seconds, Month, Day,
Year etc.
Bdog said:I'm trying to find out if now() is between 9:00 AM and 5:00 PM
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.