<?php$s = '2012-02-01';$d = new DateTime($s);$d->modify('-1 day');echo $d->format('Y-m-d').'23:59:59'; ?>
Standard input is empty
2012-01-3123:59:59
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!