I'm trying to add 30 business days to a date field. The client I
initially had only gave me a +30 days so I just used:FloatingDate =
Num2Date(Date2Num($.formattedValue, "YYYY-MM-DD") + 30, "YYYY-MM-DD")
however, they now need it in business days specifically. I've been
looking into a possible solution using javascript, but it's honestly
been a while since I've touched javascript and I'm a bit rusty when it
comes to grabbing the date and adjusting the times. Any assistance would
be greatly apprec...