Page 1 of 1

Updates page current time

PostPosted: Sun Sep 28, 2014 6:41 pm
by TheDawg
Hi!

Would it be possible to add the current time to the updates page?

Code:
Code: Select all
<?php

$time = date('m/d/Y H:i');
echo 'Current date/time: '.$time;

?>


Exmaple:
Image