if(strcmp($taskStatus,”פתוחה”)==0 && strtotime($dueDate) < time()){ return "חריגה"; } else { return ""; }