Calculate person's age
Calculate a person's age from a calendar date input.
Overview
The age needs to be automatically computed and displayed in a separate text field based on a selected date.
Use a custom JavaScript function triggered by the date input to calculate the age difference and update the target text box.
