Click to See Complete Forum and Search --> : Date in Hidden Field


huntemup
12-18-2002, 02:02 PM
I am developing a site for a mortgage company. One of the pages on the site is an on-line mortgage application. I am trying to insert a hidden field with the value equal to the current date so I can pass the value into our database. Can someone help me with a script to complete this. I would like to retrieve this value using .ASP

Thanks

punkpie_uk
12-19-2002, 12:11 PM
I know that's a correct way to do it but why not just...


<input type="hidden" value="<%=Now()%>" />


...?

punkpie_uk
12-23-2002, 06:50 AM
:) Good answer. Well, that's my mouth shut ;)