How could I disable the old dates from the present date in the datepicker using a function script? Thank you!
booknow.php
<html>
<body>
<label for="shootdate">Desired Date:</label>
<input required type="date" name="shootdate" id="shootdate" title="Choose your desired date"/>
</body>
</html>