Hey there. I've been working on a little project for my job, and I put together a simple HTML text file. I'm looking to extract the date of birth from dropdown menus in order to calculate the person's age and then proceed with some other functions.
To achieve this, I set up dropdown lists to choose the date of birth using the <select>
tag along with option values. To finalize, I included a submit button utilizing the <input type="submit">
I am aiming to accomplish this task without relying on any external libraries or frameworks.
Do you have any suggestions on how I can accurately determine the individual's age in years?