Answers for "date and time picker html"

8

input datetime

<input type="datetime-local">
Posted by: Guest on August-10-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