You can display the server date and time on your webpage using PHP. Just enter the following code into your page,
<?php echo date("D M d, Y H:i:s"); ?>
Back