getdate() with a specific timestamp : getdate « Date « PHP






getdate() with a specific timestamp

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








Related examples in the same category

1.Acquiring Date Information with getdate()
2.Return array from getdate( )
3.The Associative Array Returned by getdate()
4.To obtain a number corresponding to the day of the week, use getdate() instead:
5.Finding the month, day, and year