Log 2255
27/11/2023 2023-11-27 10:30// Replace #תאריך חיוב אחרון# and #תאריך חיוב ראשון# with actual dates in the format of day/month/year
$firstDate = strtotime(#תאריך חיוב אחרון#);
$secondDate = strtotime(#תאריך חיוב ראשון#);
$monthsDiff = round(($secondDate – $firstDate) / (30 * 24 * 60 * 60));
return $monthsDiff;