$contractEndDate = #תאריך סיום החוזה#; $currentDate = date(“d/m/Y”);
if (strtotime($contractEndDate) < strtotime($currentDate)) { return "כן"; } else { return "לא"; }