input type for datetime in html code example
Example 1: input datetime
<input type="datetime-local">
Example 2: html date input
<label for="start">Start date:</label>
<input type="date" id="start" name="trip-start"
value="2018-07-22"
min="2018-01-01" max="2018-12-31">