Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html input time default value

<input type="time">
<input> elements of type time create input fields designed to let the user easily enter a time (hours and minutes, and optionally seconds).

The control's user interface varies from browser to browser;
see Browser compatibility for further details.
In unsupported browsers, the control degrades gracefully to <input type="text">.
 
PREVIOUS NEXT
Tagged: #html #input #time #default
ADD COMMENT
Topic
Name
7+7 =