menu

Month input field

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

Example

<input type="month">

:

See also

byenru