fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $created_date = '2017-12-30 08:30:27';
  6.  
  7. $futureDate=date('Y-m-d', strtotime('+30 year', strtotime($created_date)) );
  8.  
  9. echo $futureDate;
Success #stdin #stdout 0.02s 23864KB
stdin
Standard input is empty
stdout
2047-12-30