+ 1
Html5
is input type date or time useable in html5?
1 Resposta
+ 4
Hello, mab.codes !
For similar situations, the datetime and datetime-local fields are used, the syntax is the following.
<input type="datetime" attributes />
<input type="datetime-local" attributes />
To enter only time without date
<input type="time" attributes />
https://www.sololearn.com/Course/HTML/?ref=app