Allow UTC format in configuration
See original GitHub issueHello,
The moment adapter by @angular/material-moment-adapter offers a very convenient way of parsing all dates as UTC:
@NgModule({ imports: [MatDatepickerModule, MatMomentDateModule], providers: [ { provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } } ] })
See: https://github.com/angular/material2/blob/master/src/material-moment-adapter/adapter/moment-date-adapter.ts
Would you consider adding a similar option to this library? It would save me a lot of trouble ensuring consistency between locale and UTC dates.
Thanks a lot,
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Date in to UTC format Java - Stack Overflow
I am using a ZonedDateTime for the result date-time because it allows us to format it with UTC in the formatted string to...
Read more >SQL Server: How to save date and time in UTC format
SQL Server: How to save date and time in UTC format. I am developing a small issue management system where all our own...
Read more >Formatting UTC and Local Dates in Swift
Print, format, and parse UTC and local timezone Dates in Swift. ... Configuring DateFormatter and ISO8601DateFormatter will allow you to ...
Read more >How to store date, time, and timestamps in UTC time zone with ...
Learn how to store date, time, and timestamps in UTC time zone with JDBC and Hibernate using the hibernate.jdbc.time_zone configuration ...
Read more >How to Get the Current UTC Date and Time in Java?
In most cases, you should be using the UTC format as it's best supported in Java. How do I set the default locale...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update
ng-pick-datetime
andng-pick-datetime-moment
to latest versions.Now you could
Hey @DanielYKPan , How can I use this in conjunction with custom formats? I have tried this but it does not work: