Can we have any Blackout dates using JQuery UI Datepicker plugin on ASP.NET MVC Page?

Posted by Rita on Stack Overflow See other posts from Stack Overflow or by Rita
Published on 2010-05-11T21:41:43Z Indexed on 2010/05/11 21:44 UTC
Read the original article Hit count: 356

Hi

I am wondering if we can have block any specific dates from Jquery UI DatePicker?

For Example, if we want to block all dates till tomorrow, we specify as below.

 $("#UsageDate").datepicker({ minDate: +1 });

Similarly, I want to block Weekends and few official days from my Holidays Schedule(For example, May 31, Nov 27th and Dec 25th).

Thanks

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-mvc-2