format tanggal php dikurangi 1 hari

date('Y-m-d',(strtotime ( '-1 day' , strtotime ( $date) ) ));
Shadow