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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/jquery.tcm.monthpicker
- Owner: thecodingmachine
- Created: 2013-09-23T07:52:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T08:24:01.000Z (over 12 years ago)
- Last Synced: 2025-02-16T12:31:01.153Z (11 months ago)
- Size: 137 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).

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();
});
```
