Skip to content
 
 

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

0 stars

Watchers

10 watching

Forks

Releases

Packages

Contributors

Languages