Skip to main content
Skip table of contents

AddMonth()

AddMonth() – Monat auf Datum addieren

Die Funktion addiert eine angegebene Anzahl von Monaten auf ein Datum.

Parameter

Beschreibung

aDate:D

Beliebiges Datum

aCount:N

Anzahl der Monate

Rückgabewert


Datum - Neues Datum

Beispiel

CODE
AddMonth(CToD('28.02.2022'), 10)   // Ergebnis: '28.12.2022'


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.