Skip to content

An extension to the jqueryUI datepicker to allow month/year selection only.

License

Notifications You must be signed in to change notification settings

grahampcharles/monthDatepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

monthDatepicker

An extension to the jqueryUI datepicker to allow month/year selection only.

This technique was suggested here; I have wrapped it into a jquery extension.

Usage:

$('#elementID').monthDatepicker(); 
$('#elementID').monthDatepicker(options); 

You can use most options of the jquery UI datepicker, with the exception of:

  • changeMonth
  • changeYear
  • showButtonPanel

About

An extension to the jqueryUI datepicker to allow month/year selection only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published