Skip to content

mat-datepicker - unable to set date display format as dd-mmm-yyyy #16774

@muruganklt

Description

@muruganklt

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',
},
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions