Click to See Complete Forum and Search --> : how to display correct time according to user timezone
tekboy
09-19-2006, 03:38 PM
how to display correct time according to user timezone
i want to do an online meeting let say schedule meeting at 1:00pm server time, how do i display the correct time for users in their local time
are there any tutorials to do this
\\thanks
mattyblah
09-19-2006, 03:51 PM
Have you tried the dateadd function? As long as you know their timezone and the server timezone you should be all set.
Terrorke
09-20-2006, 01:40 AM
This might help :
http://www.bullschmidt.com/devtip-timezones.asp
russell_g_1
09-20-2006, 03:13 PM
is there a way of getting the users timezone automatically? that would be the best way of doing it. the only thing i can think of that would do this in a "sort of" automatic way is to use javascript.
but even if you didn't do that it it would still be ok for the user to select a timezone. and then it's just a case of using dateadd to get it right.
tekboy
09-20-2006, 03:51 PM
i found this article
you can use javascript to get client localtime and pass to server but using .net, anything like this for asp classic?
https://secure.codeproject.com/useritems/Remote_Time_Zone.asp?print=true
jvanamali
09-25-2006, 02:02 PM
try this
http://www.webmasterworld.com/forum47/600.htm