Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML Input Datetime
Input Datetime

Input Datetime type is used to create datetime field and get date along with time from users at the submission of data.

Syntax

<input type=datetime />


You can use datetime in forms and any where within an HTML document.


Example


Input is unpair tag and output of datetime is datetime field like you can see in above example.


Practice Task

Open notepad or any other text editor, follow the following points.


  • Create a form
  • Create datetime field
  • Use input type submit with value=Send Datetime

save file with name task.html or task.htm and then open it using any browser and see results.


Solution



Don't forget input is empty element which means it always comes in single not in pair.