Skip to main content
davidk90058757
Participant
November 8, 2016
Question

Age calculation between DOB and StartDate broken down into years, months, and days if possible

  • November 8, 2016
  • 1 reply
  • 377 views

I need to create a custom calculation between two dates in my form. I have a Date of Birth (DOB) field and a Start Date (SD) field. I need to be able to input these two dates in a form and have a separate field called Age at Start (Age) to calculate the age broken down into Years, Months, and Days (ie. 4yrs, 2m, 26d). I've searched everywhere and haven't found anything that would breakdown the age. Any help would be greatly appreciated. Thank you in advance.

This topic has been closed for replies.

1 reply

Inspiring
November 8, 2016

Since Acrobat JavaScript is very  close to web JavaScript one can use Calculating Age in Months and days and adjust the format of the dates as needed for use by the function.