changing minDate option in JQuery DatePicker not working

后端 未结 7 1742
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 06:18

I have declared a date picker instance as follows:

    $(\"#datePickerId\").datepicker(
    { dateFormat: \'DD, d MM yy\',
      minDate: 0,
      showOn: \'         


        
7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 06:53

    Change the minDate dynamically

    .datepicker("destroy")
    

    For example

    
    
      

    Date:

提交回复
热议问题