Microsoft
Software
Hardware
Network
Question : Never done asp 3.0 need quick code to tell if hour is odd or even
Hi
I have never done asp 3.0 need something real quick and dirty for default.asp page that will tell me if the hour is even then response.redirect(PageEven
) of odd
<%
Dim TimeString
TimeString =time()
if Left(TimeString,1) = 1 or Left(TimeString,1) =3 or Left(TimeString,1) =5 ...
response.redirect(PageOddH
our)
if Hour of time is even
response.redirect(PageEven
Hour)
%>
Answer : Never done asp 3.0 need quick code to tell if hour is odd or even
Also:
If (x Mod 2) = 0 Then
'' [x] is even
Else
'' [x] is odd
End If
Random Solutions
EMC DPA (Data Protectiopn Advisor) Report
Citrix XenDesktop - Cannot Create or Join Farm - HELP
How can I uninstall a corrupt broadcom driver?
Problems with lotus pop3
Extract the <title> tag content of a web page?
How to re-write code using strings to Delphi 2010
exchange 2003 how to find out who is sending large emails
text alignment in footer
How send an array by url with php???????
Trouble installing Panasonic Printer/Copier devices on SBS 2008