jquery.mtz.monthpicker
jquery.mtz.monthpicker copied to clipboard
Monthpicker, the missing JQuery widget.
for example if a monthpicker is already set up with: ``` javascript $('#custom_widget').monthpicker({ pattern: 'yyyy-mm', selectedYear: 2010, startYear: 2008, finalYear: 2012 }); ``` then it should be possible to update...
Would like to implement the monthpicker inline (static) with the input field hidden
Currently, the DateFormat is pretty much baked inside the plugin, with no standard compliance with Localisation and JQuery UI Datepicker. The way I see it, this plugin should be compatible...