Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 560 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 560 Bytes

monthDatepicker

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