jquery.mtz.monthpicker icon indicating copy to clipboard operation
jquery.mtz.monthpicker copied to clipboard

Monthpicker, the missing JQuery widget.

Results 23 jquery.mtz.monthpicker issues
Sort by recently updated
recently updated
newest added

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...