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?
Share
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