fork download
  1. <?php
  2.  
  3. $date = new DateTime();
  4. $date->sub(new DateInterval('P46D'));
  5. echo $date->format('Y-m-d') . "\n";
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
2016-02-02