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