Thread: html question
View Single Post
Old 04-30-2003, 02:44 PM  
hyper
Confirmed User
 
Join Date: Mar 2002
Location: Mass Ass
Posts: 5,294
PHP Code:
<?php
$timestamp 
time();
$datum date("Y-m-d (D) H:i:s",$timestamp);
echo 
"Current date and local time on this server is $datum <br>\n";
?>
__________________
hyper is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote