WdatePicker日期控件选择范围,7天内等,可排除周六日

< asp:TextBox ID="today" class="Wdate" runat="server" onClick="WdatePicker({minDate:'%y-%M-%d',maxDate:'%y-%M-#{%d+8}',disabledDays:[0,6]})">

最小为当天日期,最大为今天及之后的8天,去掉周六,周日。0代表周日,6代表周六

更多可参考: 

https://blog.csdn.net/xiangff_csdn/article/details/78688506

https://www.daixiaorui.com/read/126.html

官方更全:

http://www.my97.net/demo/index.htm

猜你喜欢

转载自blog.csdn.net/hb915a/article/details/83543937