![]() |
VOOZH | about |
The HTML <input type="date"> element is used to create a date input field in a form. It allows users to select a date using a calendar interface.
Syntax:
<input type="date">Example: In this example, the HTML <input type="date"> displays a date input field.