angular mat datepicker timezone

Solutions on MaxInterview for angular mat datepicker timezone by the best coders in the world

showing results for - "angular mat datepicker timezone"
Gaël
21 Jun 2020
1@NgModule({
2  imports: [MatDatepickerModule, MatMomentDateModule],
3  providers: [
4    { provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } }
5  ]
6})
7