R
Robin
I have a variable that is set to:
vD1 = 2004/1/1
vD2 = 2004/1/15
I am doing an if/then that looks to see if date() is > vD2. If so then
response.write vD1 & " to " & vD2
When I write out the variables, it is giving me the numeric value of these
dates:
334 to 105.473684210526
How can I convert these values to either yyyy/mm/dd or dd/mm/yy??????
vD1 = 2004/1/1
vD2 = 2004/1/15
I am doing an if/then that looks to see if date() is > vD2. If so then
response.write vD1 & " to " & vD2
When I write out the variables, it is giving me the numeric value of these
dates:
334 to 105.473684210526
How can I convert these values to either yyyy/mm/dd or dd/mm/yy??????