I am using the MatDatePicker for the Selecting date and showing the date in the edit mode of the application.
Now My API is returning me the date in following format which is not working in Edit mode.
"1998-02-02T18:30:00.000+0000"
How can we convert this into Mon Apr 13 2020 18:44:29 GMT+0530
Mon Apr 13 2020 18:44:29 GMT+0530as the input text of the Material DatePicker when you initialize it with the value1998-02-02T18:30:00.000+0000? Please provide an minimal reproducible example with a clear description if this is not what you mean.MAT_DATE_FORMATS.