Display time live on site - How?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I want to display the Live time in New York and Hong Kong on my website. Any
suggestions on how to display these live clocks?

I suppose some client side scripting is necessary because I don't want to
keep having to refresh the page...

Thanks!
 
this is purely a client-side thing :)

do a search for "javascript clock"

javascript has a function called setTimeout() which let's you do this
without having to refresh.

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top