I am using input field as a Datepicker for Date of birth, But I want it to restrict to show only past dates. How can I implement it in HTML.
Here is the piece of code.
<input class="inputStyle" type="date" id="dob" name="dob" placeholder="Date">
I am using input field as a Datepicker for Date of birth, But I want it to restrict to show only past dates. How can I implement it in HTML.
Here is the piece of code.
<input class="inputStyle" type="date" id="dob" name="dob" placeholder="Date">