Date and time input types
Form field widgets to easily allow users to enter a date, time or both, generally by using a calendar/time input widget. Refers to supporting the following input types: `date`, `time`, `datetime-local`, `month` & `week`.
html element: datalist: support with `<input type="date">`
html element: input: `type="date"`
html element: input: `type="datetime-local"`
html element: input: `type="date"`: disables invalid values in picker ui
html element: input: `type="date"`: `list` attribute
7 results found.