Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var f = document.forms[0];
f.Age.value = Math.round((Date.parse(f.CurrentDate.value) - Date.parse(f.BirthDate.value) ) / (1000 * 60 * 60 * 24*365));