Angular material datetime picker change format of displayed date time

Viewed 1214

I would like to parse date time just to another format. It was not an easy to choose complex solution for both date and time picker. Finally I've used @angular-material-components/datetime-picker@2.0.4 for Angular 9.

I want to present data in format YYYY-MM-DD HH:mm:ss however it seems to me that nothing I found supports such solution.

repo: https://stackblitz.com/edit/date-picker-format-change-yj2pbf

update: working solution available under this link: https://stackblitz.com/edit/date-picker-format-change-ydvzse

1 Answers
Related