Disabling Sunday on a date picker

时间:2015-06-30 13:54:06

标签: jquery datepicker

I am working on a website that delivers products. We can't deliver on a Sunday so I am trying to blank it out on the date picker calendar. Below is the code, would anyone be able to help where they can't choose Sunday delivery.

jQuery(function() {
  jQuery("#date").datepicker( { 
    minDate: +1, 
    maxDate: "+3M"
  } );  
});`

0 个答案:

没有答案