fork download
  1. <?php
  2. $s = '2012-02-01';
  3. $d = new DateTime($s);
  4. $d->modify('-1 day');
  5. echo $d.'23:59:59';
  6.  
  7. ?>
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Catchable fatal error: Object of class DateTime could not be converted to string in /home/XeXTBb/prog.php on line 5