Click to See Complete Forum and Search --> : Accessing Local Time


madhu_j
May 27th, 2004, 08:28 PM
In my ASP applications, whenever I store current Date and Time in the Database, only time in Server is stored. But I need the local time (user's system time) to be stored in the database.

Please HELP!

hspc
May 31st, 2004, 01:40 PM
you can save the client time in a hidden element in a form (using client side script)
When the user submits the form save the value sent(server script).