date and time picker html code example
Example 1: input datetime
<input type="datetime-local">
Example 2: date picker in html
<label for="birthday">Birthday:</label>
<input type="date"
id="birthday" name="birthday">
Example 3: time picker html
<input type="time">