Could try initialising it with the max date attribute set
$("#datePickerId").datepicker({
maxDate: "-18Y"
});
jQuery datepicker mindate, maxdate
solved Need to validate Date of birth user should be 18 years and more
Could try initialising it with the max date attribute set
$("#datePickerId").datepicker({
maxDate: "-18Y"
});
jQuery datepicker mindate, maxdate
solved Need to validate Date of birth user should be 18 years and more