I am new with JQuery and I wanted to see if I could do something like this using JQuery UI datepicker.
I want to show from January 1 through March 30 of every year OR a specific year .. and disable other dates. The first picked date should be 5 business days from today.
Is it possible. I did see some range etc on JQuery UI but I did not quite understand.
Thanks
Update
I could do something like below able to get the users to select only 5 days from today.
minDate: +5, maxDate: "+3M +10D",
Update
showButtonPanel: true,
minDate: new Date(2012, 1, 2),
maxDate: new Date(2012, 3,30),
minDate: + 5