Why do we use SUBDAYS in vFlow2.0
1 Like
The SUBDAYS function subtracts a given number of days from a specified date. For example, if the input date is 25/06/24 and you subtract 11 days, the function processes the subtraction and returns 14/06/24.
Syntax–> SUBDAYS(date, dateFormat, NoOfDays, outPutDateFormat?)
Example–> SUBDAYS(“2024-06-25”, “yyyy-MM-dd”,“11”,“dd/MM/yyyy”)
1 Like