Date/datetime/time editors should accept the same formats that the angular pipes accept #14011
Labels
🕐 time-picker
📅 date-picker
📅 date-time-editor
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
Currently if you want to set 12-hour date-time format using the Angular date formatting pipe you do something like this:
dd/MM/yyyy hh:mm:ss a
But our date-time editor that is supposed to seamlessly edit such cells need a format like this:
dd/MM/yyyy hh:mm:ss tt
Our editors should be able to understand formats that the default Angular pipes use as users shouldn't be required to set two different formats to achieve the same result between a cell in and out of edit mode.
The text was updated successfully, but these errors were encountered: