Title: Disable holidays and weekends on calendar (datebox) Post by: jjosotoro on March 02, 2015, 05:01:06 AM hello.
This code uses the validator property of the calendar control of a datebox; to use it only on a calendar just change the line: Code: $('#MyDateBox').datebox().datebox('calendar').calendar({ for this: Code: $('#MyCalendar').calendar({ To disable especific dates: Code: $(function(){ The date format used in this code is dd/MM/yyyy. regards. |