Epoch timestamps and gmmktime() : gmmktime « Date « PHP






Epoch timestamps and gmmktime()

 
<?php
$stamp_future = gmmktime(15,25,0,6,4,2012);

print $stamp_future;
print strftime('%c',$stamp_future);
  
  








Related examples in the same category

1.gmmktime and mktime
2.Getting a specific GMT-based epoch timestamp