Hi,
I'm connecting to a table that has the following fields:
DayName (Monday, Tuesday, etc.)
Start (11am, 3pm, etc)
Stop (12pm, 4pm, etc)
Protocol (Instructions specific to that day/time)
Here's my SQL statement:
SELECT * FROM Protocols WHERE Start<=Time() AND Stop>=Time()
That works fine...
I'd like to base the target of a link on the day and time a user clicks the link. For instance, link "Continue" would bring up page Open.htm 8am to 5pm M-F, and Closed.htm at all other times.
Any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.