Restrict future dates in HTML5 date input

后端 未结 8 1466
误落风尘
误落风尘 2020-11-29 06:50

I want to restrict a user to only being able to add future dates in a HTML date input.

Instead of jQuery UI date picker I want to add HTML5 calender. Can anyone tell

8条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-29 07:00

    Use the max attribute which is the expected upper bound for the element's value.

    
    

    Reference: http://www.w3.org/TR/html-markup/input.date.html

提交回复
热议问题