Copy and Paste the following formula using your data where necessary.
Description:
Add Months or days to date and then compare to another date
(({DateField}.getTime()+ 86400000L)< {DateField2}.getTime()) ? false : true
Updated Nov 23, 2019
Copy and Paste the following formula using your data where necessary.
Description:
Add Months or days to date and then compare to another date
(({DateField}.getTime()+ 86400000L)< {DateField2}.getTime()) ? false : true