fork(49) download
  1. <?php
  2.  
  3. $offset = 0; echo date('Y-m-d', strtotime("+$offset months", strtotime('2000-01-01')));
  4.  
  5. ?>
Success #stdin #stdout 0.02s 20520KB
stdin
Standard input is empty
stdout
2000-01-01