Skip to main content
brians30546245
Participating Frequently
October 20, 2022
Question

Adding days to date

  • October 20, 2022
  • 1 reply
  • 251 views

Hello all, 

 

I need to add have 2 fields - The date the signer is viewing the document and another field that adds X days. To clarify, this is regarding the *desktop* version of Adobe Sign. I fully understand this post here answering this question - https://community.adobe.com/t5/adobe-acrobat-sign-discussions/add-x-days-to-x-date/m-p/9703061 - and I am able to make that work on the *web* version of Adobe Sign. I however need to implement this on the desktop version of Adobe Sign using "Prepare Form", becuase unfortunately for our purposes, using a web template does not work as we need to add drawings and other annotations to our fillable contracts. Downloading the template created on the web version of Sign is not helpful either since it downloads as a secure document. 

 

Can this be done? 

 

Thank you!

This topic has been closed for replies.

1 reply

brians30546245
Participating Frequently
October 20, 2022

I have gotten myself 90% of the way there since I posted this. If anyone can help drag me across the finish line, it would be greatly apprecaited. 

 

Here is the what I have for the date the person opens the document: DateField_es_:signer:date

Here is what I have for the calculated field: {{RTCDate_es_:calc(DateField + 3):format(date, "mm/dd/yy")}}

 

I can only get the 'RTCDate' field to calculate the +3 days if the date is manually typed in, which I do not want the client to do. Hope this makes sense.