Log 4814
19/03/2025 2025-03-19 18:59if ((#תאריך יציאה# == “” || strtotime(str_replace(“/”,”-“,#תאריך כניסה#)) > strtotime(date(“d-m-Y”))) || strtotime(str_replace(“/”,”-“,#תאריך יציאה#)) <= strtotime(date("d-m-Y"))) {
return "פנויה";
}
else {
return "תפוסה";
}