Question
How to add 5 Weekdays to a date field using fusion
Good morning. I am trying to use fusion to set a date on a date field that is 5 days from "now" using addDays(now;5) but it keeps counting the weekends. I would like to skip the weekends and only add 5 WORK days, but addWorkDays(now;5) is not working. Any ideas?
Thanks in advance.