bradkenyon
09-11-2008, 10:38 AM
I want to only display a certain message between the time of 8am and 6pm
So it would look something like this, I am not very familiar w/ ASP, so I Imagine I have to do something w/ NOW() and extract the hour from that.
if NOW() >= 8 && NOW() <= 18 then
Response.Write "Before 6pm"
endif
So it would look something like this, I am not very familiar w/ ASP, so I Imagine I have to do something w/ NOW() and extract the hour from that.
if NOW() >= 8 && NOW() <= 18 then
Response.Write "Before 6pm"
endif