fork download
  1. <?php
  2.  
  3. $start_date = '2015-01-15';
  4. $add_day = 30;
  5. echo date('Y-m-d', strtotime($start_date) + ($add_day*60*60));
  6.  
Success #stdin #stdout 0.01s 83904KB
stdin
Standard input is empty
stdout
2015-01-16