php generate timestamp code example Example: timestamp php <?php $date = new DateTime(); echo $date->getTimestamp(); ?>