how to restrict bootstrap date picker from future date

后端 未结 10 1661
无人共我
无人共我 2020-12-09 08:41

I want to restrict the date picker of bootstrap from taking future date.I just want to enable the dates up to today only.How can i achieve this.

Here is my code

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 09:24

    You can do it using the option endDate. All the dates after the date specified in endDate option are disabled. If you want to disable dates after today use this in your input tag:

    
    

    Source: https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#id5

提交回复
热议问题