Reputation: 47
Is there a way to set the jquery ui date picker to only show a couple of specific months? For example I'm setting this up on a form so when a user is inquiring about availability the only months that show up on the jquery date picker are June / July?
Upvotes: 0
Views: 2482
Reputation: 319
Try this one also: very cool month and year picker. you can select only specific months: http://tinytools.codesells.com/PeriodSelector
Upvotes: 1
Reputation: 6054
You can restrict dates by placing a max/min:
http://jqueryui.com/demos/datepicker/#min-max
But I don't think you can't pick & choose specific months i.e. Allow May & July, but disable June
Upvotes: 1