html datetime picker
html datetime picker
ஃ datetime tag html
syntax :
<input type="datetime-local">
i] The datetime result value include the year, month, day, time.
ii] Datetime input type add the <label> tag use best accessible.
iii] html element represents a specific time.
iv] Html tag use to define date and time.
v] Display time value 24 hour clock or date in calendar in HTML.
vi] datetime used to define machine-readable date/time with time element.
datetime Value description
YYYY :- Four digit year ( 01 to 12)
MM :- Two digit month (01 to 31)
DD :- Two digit day (01 to 31)
T :- Time value
HH :- Two digit minute (00 to 24)
MM :- Two digite minute (00 to 59)
SS :- Two digit second (00 to 59)
TZD :- Time zone
html datetime picker
Html program :-
<!DOCTYPE html>
<html>
<head>
<title>select specific date time</title>
</head>
<body>
<h3>select specific date time</h3>
<form>
<input type ="datetime-local"
name ="meetingdate"> <br><br>
</label>
<input type="submit">
</form>
</body>
</html>
html datetime picker
Output :-
Related Post
👇👍👍👌
Post a Comment