I am working with the datepicker from jQuery-UI and I was wondering if there was anyway to disable/modify the calendar for it to only display month and year and only that.
I tried the answer here jQuery UI Datepicker - Disable specific days, but it did not quite do what I wanted. It was not really working and the I wanted to disable specific datepicker not all of them.
Can someone help at all with this?
Thanks in advance.
PS: so far my code looks like this:
$(".crud_date_picker_month").datepicker({
    changeMonth: true,
    changeYear: true,
    showButtonPanel: true,
    dateFormat: 'yy-mm'
});
jQuery UI version 1.8.21
The can see code here: http://jsfiddle.net/VJADH/
 
     
     
    