fork(1) download
  1. <?php
  2.  
  3. $datee= new \DateTime('today'); $date=$datee->format('d/m/Y');
  4.  
  5. var_dump($date);
Success #stdin #stdout 0.01s 83584KB
stdin
Standard input is empty
stdout
string(10) "10/04/2017"