-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datepicker MAT_DATE_FORMATS #43
Comments
I play with them in the website of this repository, |
Thanks for the information. I have finally implemented my own timepicker. I had very specific requirements. |
Same problem i am trying to change the format but its not working
|
Hi, |
Facing the same, a working example would be gold. |
After spending 2 days on this, I managed get it working. Here it is:
In my shared module:
I also tried using material-moment-adapter and the DateAdapter that comes with it but I did not manage to, so basically wrote my own adapter that uses moment.js. |
Hi
I am trying to apply a different format to the datetime (MAT_DATE_FORMATS) but I can't get it to work.
For example, if we use the Material example but use the imports from your library, the date format doesn't work.
https://stackblitz.com/angular/nkdkbolbgvg?file=src%2Fapp%2Fdatepicker-formats-example.ts
Can you add an example?
thanks
The text was updated successfully, but these errors were encountered: