Datetime formatting #14
Unanswered
ChristianBeilschmidt
asked this question in
Q&A
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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?All reactions