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