Answers for "how to add date picker in html form"

2

calendar input

<input type="date" data-date-inline-picker="true" />
Posted by: Guest on December-08-2020
3

date picker in html

<label for="birthday">Birthday:</label>
<input type="date" 
  id="birthday" name="birthday">
Posted by: Guest on April-03-2021

Browse Popular Code Answers by Language