This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Allow human-friendly date/time formats in input[date] and input[datetime-local] #11837
Open
Description
Currently, for example, input[datetime-local]
requires the input to be in the format yyyy-MM-ddTHH:mm:s
(documentation for input[datetime-local]
) which in most cases is useless for end users.
The date/time input
s should allow custom formatting (while the model remains a Date
object).
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]Allow human-friendly date/time formats in input[type=date] and input[type=datetime-local][/-][+]Allow human-friendly date/time formats in input[date] and input[datetime-local][/+]Narretz commentedon May 26, 2015
I agree that the current state is not pretty. I think this could be a good fit for a third-party module, though (implemented via parsers / formatters):