AngularAngular 2+Angular 6+ Angular 2+ How to change Mat-Datepicker date format to DD/MM/YYYY in simplest way? By Rahul Bhutani - April 22, 2020 0 1380 Share Facebook Twitter Google+ Pinterest WhatsApp The easiest way is to change the locale: Add the following to the providers section of your module: { provide: MAT_DATE_LOCALE, useValue: 'en-GB' } Add this above line code in app.module.ts under providers of your project