<?php $date = new DateTime('2016-04-02'); $date->modify('-1 day'); echo $date->format( 'Y-m-d' );
You have javascript disabled. You will not be able to edit any code.