using the server's time?
How do I use the server's time and date as variables in an if statement?
for example:
if 'server's date here' = 'some preset date' Then
Response.Redirect...etc.
End if
Also, what format is the date in? Let's say I would want to redirect to a certain page depending on whether the date was even or odd. How would I do this?
|