In the picture below you can see my datepicker. It works nicely and is defined as
<mat-datepicker [disabled]="formCtrl?.disabled" #dp startView="multi-year" (closed)="closed()"> </mat-datepicker>
So first I can see the year, then the month and then as in the image the day picker. Well at the day picker the date format to jump back to the monthpicker is kinda odd (the 2030-06-05T00:00:00+08:00). Is there a way to change it?