Use this expression to add the number of days for the given date.
Add Days (howmany, to_date, format_1) = output
1. Add Days (12,12/12/1988, %d/%m/%Y) = 24/12/1988
2. Add Days (12,88/12/12, %y/%m/%d) = 1988/12/24
Input Parameter Name | Description |
---|---|
howmany | Number of days to be added. |
*Monday is considered the start and Sunday to be end of the week | |
To_date | Date for which the days must be added |
Format_1 | Date Format of the ‘To_date’ parameter |