Html5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Html5

is input type date or time useable in html5?

10th Jul 2018, 6:06 AM
mab.codes
1 Answer
+ 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
10th Jul 2018, 6:11 AM
Alexander Sokolov
Alexander Sokolov - avatar