Log 2467
01/01/2024 2024-01-01 1:09$lastUpdatedDate1 = #עודכן בתאריך#;
$lastUpdatedDate2 = #עודכן בתאריך ב#;
$currentMonthDate = #תאריך חודש נוכחי. מתעדכן מידי חודש#;
$lastMonthAmount1 = #סכום חודש אחרון שעודכן בנקאי#;
$lastMonthAmount2 = #סכום חודש אחרון שעודכן#;
if ($lastUpdatedDate1 >= $currentMonthDate || $lastUpdatedDate2 >= $currentMonthDate) {
return $lastMonthAmount1;
} else {
return $lastMonthAmount2;
}