Retirez 1 jour de la date en php

print('Next Date ' . date('Y-m-d', strtotime('-1 day', strtotime($date_raw))));
Stormy Serval