BryanB
BryanB

Reputation: 47

jquery date picker - specific months

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

Answers (3)

Galaxydreams
Galaxydreams

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

Blazemonger
Blazemonger

Reputation: 92893

Try using the maxDate and minDate options.

Upvotes: 0

Ed B
Ed B

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

Related Questions