PDA

View Full Version : How do I have a clock on a webpage, and set it to whatever time I say?


l3vi
01-29-2003, 02:34 AM
Okay, there is this script I really like and its right here (http://www.javascriptkit.com/script/cut9.shtml).
But it goes by the time on that persons computer. Is it possible for me to set it on the time on my computer, and nom atter who is viewing it, they see what time it is where I am? I appriceate the hlp!:thumbsup:

nickbarresi
01-29-2003, 04:33 AM
If you go with something server side, like PHP, you can show the server's time, which is usually perfectly accurate.

If you want something client-side to show some random time (Not sure why you'd want that) I'm sure you could accomplish that with Javascript.

Hope that helps...