An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/jquery.tcm.monthpicker

The jQuery TCM Monthpicker is a highly configurable plugin that adds monthpicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.
https://github.com/thecodingmachine/jquery.tcm.monthpicker

Last synced: 11 months ago
JSON representation

The jQuery TCM Monthpicker is a highly configurable plugin that adds monthpicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.

Awesome Lists containing this project

README

          

MonthPicker
===========

It's a modification of jquery ui datepicker to display a monthpicker. All configurable elements were kept. It's posible to use jquery ui theme.
So you can see documentation here [http://api.jqueryui.com/datepicker/](http://api.jqueryui.com/datepicker/).
![example](doc/example.png)

Modification
============

Some feature is change from the databpicker.

changeMonth
-----------
Removed

firstDay
--------
Removed

numberOfMonths
--------------
Renamed in numberOfYears

selectOtherMonths
-----------------
Removed

showOtherMonthsType
-------------------
Removed

showWeek
--------
Removed

stepMonths
----------
Removed

weekHeader
----------
Removed

Examples
========

```html


Month picker Example Page






$(function() {
$( "#datepickermonthi" ).monthpicker();
});


```
![example](doc/example.png)