[thelist] ASP: Getting client's time and date

Eric Costello eric at schwa.com
Thu Jul 27 16:52:30 CDT 2000


>So is there any way of getting the client browser's time and date?

You will need to pass to the server the client side date that you grab with
Javascript. If people are logging on, I imagine they are submitting a form.
You could have an empty hidden field in that form that you fill with the
client date via javascript when the form is submitted, then use that value
when you process the form in your ASP (instead of NOW). Make sense?

Eric

Eric Costello
eric at schwa.com
http://glish.com





More information about the thelist mailing list