Is there a way to disable days from jquery UI datepicker?
I tried to use dateformat mm/yy to limit days, but my boss is still concerned that user still assume they need to choose a day
$("#date").datepicker({ yearRange: '1950:2015', changeYear: true, changeMonth: true });
I want to disable "day" and in my situation, if possible I prefer to use datepicker instead of two dropdownlists.
I saw there are some articles talking about disable specified days http://davidwalsh.name/jquery-datepicker-disable-days
so I think there maybe a way to disable all days