birthdatePicker Simple way to show a birthdate picker, and save a user selection in an hidden field. Html <input type="hidden" id="birthdate"> JS bdpicker = new BirthdatePicker("#birthdate"); Screenshot