...
Info | ||
---|---|---|
| ||
This routine is available starting with katl-commons 2.5.5. |
Syntax
addMonths(date, noMonths)
...
Parameter name | Type | Required | Description |
---|---|---|---|
date | date | Yes | Specifies a Date expression. |
noMonths | number | Yes | Number of months to add. If given a negative number, will do subtract. |
...