-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
area: datetimepickerIssues about datetimepickerIssues about datetimepickerhelp wantedExtra attention is neededExtra attention is needed
Description
Description:
When receiving date as iso string, date picker value is not populated. One real scenario is that all dates from BE are as string.
Expected:
Date is being populated
Note: There are two components in the stackblitz example, one of them is the Datepicker from Angular Material, and notice that the control value is populated both as string and as Date. However if we change the formControl value to:
control = new FormControl(new Date('2023-04-08T18:51:00.000Z')); both pickers are populated
Metadata
Metadata
Assignees
Labels
area: datetimepickerIssues about datetimepickerIssues about datetimepickerhelp wantedExtra attention is neededExtra attention is needed