Answers for "input type date and time format"

8

input datetime

<input type="datetime-local">
Posted by: Guest on August-10-2020
0

html input date format

<label for="start">Starting Date(s): </label>

<input type="date" id="start" name="starting-date"
       value="(DATE)"
       min="(DATE)" max="(DATE)">

<!-- Replace (DATE) with corresponding date you wish to be inputted into the code -->
Posted by: Guest on March-12-2021

Code answers related to "input type date and time format"

Browse Popular Code Answers by Language