date('Y/m/d',strtotime("-1 days")); Or Use DateTime class like this- $date = new DateTime(); echo $date->modify("-1 days")->format('Y-m-d');