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:

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

Return to Suggestions/Feedback
Users browsing this forum: No registered users and 1 guest