Hello,
I am trying to do a script that needs me to know whether today is before or after december 1, 2003.
I have tried the following and it does not work
dim thedate, today
thedate = "12/01/03"
today = date()
if thedate > today then
...
else
...
end if
however this does not work.
Can anyone give me the code that will make this work? I've tried setting thedate = "#12/1/03#" tied with and without quotes...nothing I try seems to work.
please help.
O
B unce!