I am trying to calculate an age that will be automatically entered into a text box when a person enters their date of birth in another. I am using Adobe LiveCycle Designer.
I am trying to calculate an age that will be automatically entered into a text box when a person enters their date of birth in another. I am using Adobe LiveCycle Designer.
Age = Floor( ( (Date() - Date2Num(DOB.formattedValue, "MMM D, YYYY") ) / 365.25 )
George Kaiser