Multiple dateInput formats on mat-datepicker
问题 I'm creating two mat-datepickers, one with the format "MM/YYYY" and another with the format "DD/MM/YYYY",but i can't configure both formats in the module. I tried to put in one module the settings for MM/YYYY and in the app module the settings for DD/MM/YYYY. Code 1: export const MY_FORMATS = { parse: { dateInput: 'MM/YYYY', }, display: { dateInput: 'MM/YYYY', monthYearLabel: 'MMM YYYY', dateA11yLabel: 'LL', monthYearA11yLabel: 'MMMM YYYY', }, ... providers: [{ provide: DateAdapter, useClass: