Log 1853
19/07/2023 2023-07-19 12:58$placeholder = “#חודש קלנדרי#”;
// Replace the placeholder with the current month (formatted as MM)
$placeholderValue = date(‘m’);
if ($placeholderValue == ’02’) {
return 2;
} elseif ($placeholderValue == ’03’) {
return “אחלה אחרת”;
} else {
return “באסה ממש”;
}