Presto subtract days from date
Drug bust salem oregon 2020
How to subtract two dates. I am creating a form and need to subtract two dates. Both of the dates are entered into a individual fields on the form. I have seen some of the instructions, but don't know where I would put my field names. I'm using Acrobat XI. Sean McDonald
Mar 02, 2018 · Here is a way to get the next day without using a loop. It uses the fact that 2nd Jan 0001 was a Sunday. It derives the day of the week of date d, and then uses the mod function to add either 0, 1 (if current Date is Saturday) or 2 (if current date is Friday) days.