Mega Code Archive

 
Categories / Php / Development
 

Date

<?php $time = time(); //stores the exact timestamp to use in this script echo "Today is "; echo date("jS \o\f F Y, \a\\t g:ia \i\\n e", $time); ?>