Thanks to visit codestin.com
Credit goes to github.com

Skip to content

maxifier/monthpicker

 
 

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

No packages published

Languages

  • JavaScript 80.0%
  • HTML 20.0%