if I am entered 29/05/1995 mat-datepicker field displayed 29/JAN/2019 instead of 29/MAY/2019
export const DateFormats = {
parse: {
dateInput: 'DD/MMM/YYYY',
},
display: {
dateInput: 'DD/MMM/YYYY',
monthYearLabel: 'MMM YYYY',
dateA11yLabel: 'DD/MMM/YYYY',
monthYearA11yLabel: 'MMM YYYY',
},
};