Using an HTML input type=\"date\" and a submit button. I would like to populate the variables day, month, and year with t
input type=\"date\"
day
month
year
date = new Date($('#date-input').val()) date.getDate()
...