Log 1769
14/07/2023 2023-07-14 13:53$month = date(‘n’); // Get the current month number (1-12)
$monthsInHebrew = array(
‘ינואר’,
‘פברואר’,
‘מרץ’,
‘אפריל’,
‘מאי’,
‘יוני’,
‘יולי’,
‘אוגוסט’,
‘ספטמבר’,
‘אוקטובר’,
‘נובמבר’,
‘דצמבר’
);
return $monthsInHebrew[$month – 1]; // Display the name of the month in Hebrew