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. Link to comment https://forums.phpfreaks.com/topic/278580-display-current-time-in-ny-london-and-tokyo-using-php/ Share on other sites More sharing options...
gizmola Posted May 30, 2013 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. Link to comment https://forums.phpfreaks.com/topic/278580-display-current-time-in-ny-london-and-tokyo-using-php/#findComment-1433124 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.