Restrict future dates in HTML5 date input

后端 未结 8 1446
误落风尘
误落风尘 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:04

    Here is a PHP solution that gets today's date and sets it as the maximum.

    ">
    

    This will put it in the correct double-digit format for the day and month. https://www.php.net/manual/en/function.date.php

提交回复
热议问题