Use this expression to subtract the number of days 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 days must be subtracted. |
*Monday is considered the start and Sunday to be end of the week. | |
howmany | Number of days to be subtracted. |
Format_1 | Format of the ‘ from_date’ parameter. |