Submit Date: Date Picker
Due Date: Date Picker
When a user selects a submit date, I would like to set the Due date to -18 business days.
This is the current formula I have on the DefaultDate of the Due Date date picker:
Text(DateAdd(SubmitDate.SelectedDate, - 18), "mm-dd-yyyy")
Any advice would help.