php code to Display time and date



// Will display something similar to:
// Sunday March 24, 2007 - 08:10:22

echo date("l F d, Y - h:i:s" ,time());

?>


PHP Free Code

Posted in |