Possible Duplicate:
Making Live Clock javascript
I want to create a clock, with javascript and php. It should start from a server time (unix timestamp with php) and continue with javascript. How can I create it?
In this topic, he said to use Date.now();
, but this function return a timestamp with milliseconds, and php doesn't return milliseconds.
Help me, please.
Thanks.