hare your asp use the Date() and Time() when it's posted/saved, not when
it's rendered to the screen.
Also, those are Server based values, not client.
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site:
http://www.Darkfalz.com
Blog:
http://blog.Darkfalz.com
"Keith" <@.> wrote in message news:...
> If I use <%Date()%> <%Time()%> to insert the current date and time into
> hidden fields on my page which I then insert into a database via a web
form,
> how accurate are the dates?
>
> Are these (as I suspect) the data and time of the local/remote machine at
> the time the page was loaded?
>
> I am trying to find out if this is the case, because if a user opens the
> form and keeps it open for 10 minutes before submitting it, then the date
> and time recorded this way will be 10 minutes old at the time of
submission.
>
> Is this correct?
>
> And if so, is there a way around it where the date and time can be
inserted
> into hidden fields at the time of submit?
>
> Thanks
>
>