Put age restriction of 18 years - Bootstrap Datepicker

后端 未结 3 615
攒了一身酷
攒了一身酷 2021-01-24 11:55

I am using Bootstrap Datepicker.

I want to put an Age Restriction of 18 Years.

Dates less than Age 18 Years from current date should be disabled.

3条回答
  •  执念已碎
    2021-01-24 12:13

    Simply put endDate: '-18y' if you only want to allow user whose age is 18 years and above.

    
    
    
    

    Working Example: https://jsfiddle.net/sparshturkane/w46euf5q/1/

    Please refer Bootstrap Date picker docs for more options and instructions

提交回复
热议问题