Calculations with invalid dates
-
I have added some invalid dates into the date-picker and also excluded weekends.
When I calculate C.date + 2….,
lets say C.date is Friday, it gives me Tuesday…so its correct, as it doesn’t include the weekends.
However, now I have added Monday as an invalid date, so running the same equation should give me result = Wednesday, but it doesn’t.
It still gives me Tuesday, meaning that it hasn’t removed the invalid dates from the equation.
How can I make sure it removes invalid dates from equations?
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Calculations with invalid dates’ is closed to new replies.