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