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`.
Internationalization API
Locale-sensitive collation (string comparison), number formatting, and date and time formatting.
htmlinputelement api: showpicker: `datetime-local` input
html element: input: `type="datetime-local"`
javascript built-in: intl: datetimeformat: `datetimeformat()` constructor: `locales` parameter
javascript built-in: intl: datetimeformat: supportedlocalesof
javascript built-in: temporal api: plaindatetime: tolocalestring
javascript built-in: temporal api: zoneddatetime: tolocalestring
8 results found.