Version: 1.0
The DateValue function converts an argument into the variant of
subtype Date.
The Date argument must be a string in valid date format or you
will get an error message.
<% mystring = "06/26/1943" %>
<% =DateValue(mystring) %>6/26/1943<% =DateValue("1/1/2001") %>1/1/2001