I want the date-format "YYYY/MM/DD" and therefore I use 'ja-JP' in my app.module
providers: [
{provide: MAT_DATE_LOCALE, useValue: 'ja-JP'},
]
I get the right date-format "YYYY/MM/DD" but the datepicker is displayed in japanese.
I would like to keep the default layout
Can you help me?