Marcus2000 Posted May 30, 2013 Share Posted May 30, 2013 Hi people, another quick question in regards to my webpage... Can anyone tell me the best way to display the current time in New York, London and Tokyo using php? I would like to use just hours/mins/secs (no dates) and for each city and have the time running live like a real clock. Any sugestions on how to achive this? Thank in advance. Quote Link to comment Share on other sites More sharing options...
Solution gizmola Posted May 30, 2013 Solution Share Posted May 30, 2013 PHP is a serverside language. It could be used to initialize a clock, but anything interactive by necessity needs to run on the client. You have the options of coding in javascript, flash or java. You want to look into time(), the Datetime object and the use of the timezone object to convert between times. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.