You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add locale dependent date format parse and display. Change display and parse format of the date inside mat-date-picker according to selected date-fns locale. #5
Add useUtc options flag to allow creation of a dates with 00:00:00Z time by default. #6
Add support for the ES modules for the date-fns locales. See #4 .
This enables tree-shaking by Angular builder.
Also, it allows to import locales in 2 ways in code:
pre-import locales in module definition and use with string label later in dateAdapter.setLocale() method. This is partially compatible with the previous package versions.
import locale object directly in dateAdapter.setLocale() method.