Mega Code Archive

 
Categories / Php / Date Time
 

Making the date and time appear like we expect

<?php $timestamp= time(  ); echo date("m/d/y G.i:s",$timestamp); ?>