fork download
  1. <?php
  2. $date = new DateTime('2016-05-26T07:00:00.000Z');
  3. $date->modify('+1 year');
  4. echo $date->format('Y-m-d\TH:i:s.000\Z');
Success #stdin #stdout 0.03s 52432KB
stdin
Standard input is empty
stdout
2017-05-26T07:00:00.000Z