forked from ddiebel/monthpicker
-
Notifications
You must be signed in to change notification settings - Fork 1
a jquery monthpicker-plugin.
maxifier/monthpicker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
monthPicker - A simple but useful month/year picker. This plugin creates two selectboxes where the user can select month and year. Afterwards an unix-timestamp is written into the original input field. Copyright (c) Dirk Diebel <http://www.phpmedia.de/>. Released under MIT License Usage: * $('#id-selector').monthpicker([options]); * * [options] accepts following JSON properties: * minYear - the minimum year the selectbox should show (default: 1980) * maxYear - the maximum year the selectbox should show (default: current year) * months - a map of month labels * selectedDate - selected date (js date object, default: current date) * onChange - change handler function
About
a jquery monthpicker-plugin.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 80.0%
- HTML 20.0%