fork download
  1. <?php
  2.  
  3. $test = new DateTime('01.02.2017');
  4.  
  5. echo date_format($test, 'Y-m-d');
Success #stdin #stdout 0.01s 83904KB
stdin
Standard input is empty
stdout
2017-02-01