An extension to the jqueryUI datepicker to allow month/year selection only.
This technique was suggested here; I have wrapped it into a jquery extension.
Usage:
$('#elementID').monthDatepicker();
$('#elementID').monthDatepicker(options);
You can use most options of the jquery UI datepicker, with the exception of:
- changeMonth
- changeYear
- showButtonPanel