Bootstrap Datepicker Disable Past Dates After First Date Field is Set

前端 未结 2 534
醉梦人生
醉梦人生 2021-01-20 20:33

I\'m working on a Wordpress website with the theme based on Bootstrap 3.

In a form I need to include calendar date pickers. I added a js library from eyecon (Demo W

2条回答
  •  情歌与酒
    2021-01-20 20:40

    Try this code snippet:

    $('#changestartdate').datetimepicker({ minDate:new Date() });

提交回复
热议问题