Copy link to clipboard
Copied
I need to calculate a date field using the date of hire as the base date and it needs to return first of month following 30 days of hire date. (date of hire + 30 days then first of month following that date).
Hello margery497,
In this scenario, you can create a text field 1 with validation as calculated field and can add formula now() in it. Then, in text field 2, you can add formula now() + 30 and save it as calculated field.
Here is the reference for field validation:
http://helpx.adobe.com/echosign/kb/form-fields---validations.html
Regards,
-Rijul
Copy link to clipboard
Copied
Hello margery497,
In this scenario, you can create a text field 1 with validation as calculated field and can add formula now() in it. Then, in text field 2, you can add formula now() + 30 and save it as calculated field.
Here is the reference for field validation:
http://helpx.adobe.com/echosign/kb/form-fields---validations.html
Regards,
-Rijul