$date = “10/12/2022”;
if (strtotime($date) == strtotime(date(“d/m/Y”, strtotime(“+1 day”)))) { return date(“d/m/Y”); }