I am trying to add the year '9999' to my datepicker yearRange but nothing seems to work. I want to do something like this:
$("#effective_date").datepicker({
dateFormat: 'yy-mm-dd',
changeMonth: true,
changeYear: true,
yearRange: "2002:2012,9999"
})
Any help would be greatly appreciated, thanks!