/monthpicker

a jquery monthpicker-plugin.

Primary LanguageJavaScript

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
  maxYear     - the maximum year the selectbox should show
  lang        - language in which all labels should be generated
  month       - a map of month labels (overrides the lang parameter if set)
  f.e. german months
  month : ['January','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember']