Hapus 1 hari dari tanggal di PHP

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