fork(14) download
  1. <?php
  2. $data = "17/11/2014";
  3. echo date('d/m/Y', strtotime($data. ' + 2 days'));
  4.  
  5. //https://pt.stackoverflow.com/q/40731/101
Success #stdin #stdout 0.01s 82624KB
stdin
Standard input is empty
stdout
01/01/1970