Log 2465
01/01/2024 2024-01-01 0:54$currentMonth = date(‘m’); // Get the current month in numeric format (e.g. 01, 02, …)
$currentDate = date(‘d/m/Y’); // Get the current date in day/month/year format
$lastUpdatedMonthlyAmountBank = #סכום חודש אחרון שעודכן בנקאי#;
$lastUpdatedMonthlyAmount = #סכום חודש אחרון שעודכן#;
if ($currentDate == #עודכן בתאריך# || $currentDate == #עודכן בתאריך ב#) {
return $lastUpdatedMonthlyAmountBank;
} else {
return $lastUpdatedMonthlyAmount;
}