php date format minus 1 day

Solutions on MaxInterview for php date format minus 1 day by the best coders in the world

showing results for - "php date format minus 1 day"
Jona
04 Sep 2016
1date('Y-m-d',(strtotime ( '-1 day' , strtotime ( $date) ) ));