I have a form where a user enters the day, month and year, and on the next
page, I need to create an ASP date variable out of the three. Is there an
easy way to do this using ASP?
Printable View
I have a form where a user enters the day, month and year, and on the next
page, I need to create an ASP date variable out of the three. Is there an
easy way to do this using ASP?
Hi..
check this out..hope this helps..
http://msdn.microsoft.com/scripting/...DateSerial.htm
"BrandonV" <rudder95@hotmail.com> wrote:
>
>I have a form where a user enters the day, month and year, and on the next
>page, I need to create an ASP date variable out of the three. Is there
an
>easy way to do this using ASP?