Datetime formatting #14
Replies: 1 comment
-
Hi @ChristianBeilschmidt It seems that the NativeDateAdapter (the only one I'e ported so far) only supports the So I've added a section to the README file to get this: I just added a new task to remind me to implement the |
Beta Was this translation helpful? Give feedback.
-
Is there an example of how to format the datetime within the input?
In the Angular Material examples they reference
@angular/material-moment-adapter
, but this doesn't know anything about your newly introduced fields.So I'm wondering if someone ever tried, for instance, to format it as
2021-03-27 17:35
?Beta Was this translation helpful? Give feedback.
All reactions