$date = #תאריך האירוע#;
if (date(‘d/m/Y’, strtotime($date)) == date(‘d/m/Y’, strtotime(‘-1 day’))) { return ‘Yesterday’; } else { return ”; }