Use this expression to subtract the number of months from the given date.
Subtract Months (from_date, howmany, format_1) = output
1. Subtract Months (12/12/1988, 11 , %d/%m/%Y) = 12/01/1988
2. Subtract Months (1988/12/12, 11, %Y/%m/%d) = 1988/01/12
Input Parameter Name | Description |
---|---|
from_date | Date for which the months must be subtracted. |
howmany | Number of months to be subtracted. |
Format_1 | Format of the ‘ from_date’ parameter. |