<?php$s = '2012-02-01';$d = new DateTime($s);$d->modify('-1 day');echo $d.'23:59:59'; ?>
Standard input is empty
Catchable fatal error: Object of class DateTime could not be converted to string in /home/XeXTBb/prog.php on line 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!