Welcome to the Internet Guide
Help ,  
 
     

PHP - Displaying the date

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

 

(c) Copyright 2002 Internet Guide