Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
You should just be able to alter the MAT_DATE_LOCALE provider by adding something like { provide: MAT_DATE_LOCALE, useValue: 'en-AU' } to your module's providers array. Angular Material's docs are...
Answer
#1: Initial revision
You should just be able to alter the `MAT_DATE_LOCALE` provider by adding something like `{ provide: MAT_DATE_LOCALE, useValue: 'en-AU' }` to your module's `providers` array. Angular Material's docs are pretty neat; take a look at [this](https://material.angular.io/components/datepicker/overview#internationalization) section regarding datepicker i18n.