Hi,
I'm currently trying to write the date that is 91 days from my end date (which is set in a variable).
My variable varPayPeriodSelectedDropdownEndDate = 3/31/2022
I have written this code to start but not sure how to get the return date...
DateValue(DateDiff(Today(), varPayPeriodSelectedDropdownEndDate)-91)
This gives me a value of 1/1/1990?
I would like to SET the datediff value in a variable as well to be used later.
Appreciate your support 🙂