How to use SETDATE function ?
1 Like
With the help of the SETDATE Function,we can add days,month or years to a particular date.
Syntax- SETDATE(datePath, addorsubtract?, day?, month?, year?)
Exmaple- SETDATE(getVal(‘tempObject.PATH’), ‘add’, ‘30 days’)
SETDATE(getVal(‘tempObject.PATH’), ‘subtract’, ‘22 days’)
1 Like