Mega Code Archive

 
Categories / Php / Date Time
 

Getdate() with a specific timestamp

<?php $a = getdate(163727100); printf('%s %d, %d',$a['month'],$a['mday'],$a['year']); ?>