Some random articles that might help you though they do not address the
issue specifically
http://www.codeave.com/asp/code.asp?u_log=61
http://www.grape-info.com/doc/web/asp/contents2.html
http://www.psacake.com/web/gt.asp
"dave" <> wrote in message
news:...
Hi
I need bit code to execute some part of code...
Something like
If ( its between friday 7.30 PM and monday 11 AM) Then
'execute this part of code
End if
Basically I want to check current system date and time and need if condition
if its falls between friday 7:30 pm and monday 11 am)...
Can anyone help me to write If condition to fullfil my requirements...
Thanx in advance
dave