Use this expression to add the number of months for the given date.
Add Months (howmany, to_date, format_1) = output
1. Add Months (12,12/12/1988, %d/%m/%Y) = 12/12/1989
2. Add Months (1,1988/06/12, %Y/%m/%d) = 1989/07/12
Input Parameter Name | Description |
---|---|
howmany | Number of months to be added. |
to_date | Date for which the days must be added. |
Format_1 | Date Format of the ‘to_date’ parameter |