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