Gilad D, my problem is not when the date and the month are the same as the actual day. The field is only calculating age when first entered. It never calculates again. I would think this should be an easy fix. The form is reaching out somewhere when the date is first entered to figure out what the current date is and calculating the age based off that. I want the field to dynamically check the current date each time the pdf is opened and recalculate the DOB accordingly.
GKaiseril, how do I get a hidden field with today's date to update when the form is opened?
I use a document level script to fill-in the current date. One assumes this to be the date when the form is opened. but if opened close to midnight, after midnight the date would be wrong.