Jump to content

Live Clock


unplugged_web

Recommended Posts

I wonder if somebody could help me please. I've got the time and date on a webpage using:

<?$rightdate1 = date("d/m/Y");$rightdate2 = date("G:i:s");?>

<h6><?=$rightdate1?><br><?=$rightdate2?></h6>

This works, but I'd like ti to be a live clock so the seconds constantly change. Is it possible to do that? And if so how do I do it?Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...