menu

Date input field

Using the input tag with the type attribute set to date, you can create a date input field.

Example

<input type="date">

:

See also

byenru