Month & Week Types
-
Month
– It allows the user to select a month and year.
Example:
<input type=“month”> -
Week
– It allows the user to select a week and year.
Example:
<input type=“week”>