date: m/d/y G:i:s e : Date Time « Development « PHP






date: m/d/y G:i:s e

<?php
$time = time(); //stores the exact timestamp to use in this script
echo date("m/d/y G:i:s e", $time);
echo "<br/>";
?>


           
       








Related examples in the same category

1.Save result of getdate() to an array
2.date: jS \o\f F Y, \a\\t g:ia \i\\n e
3.Call system date function and get result
4.String time
5.String matches: /p.p/
6. December 16th 2002, 09:17AM.
7.Today's Date
8.Get date and time