You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
// represents isssue: https://github.com/angular/material/issues/12149 , when input box initial values do not takes into account passed timezone option.
this.datepickerDate.setUTCHours(23, 0, 0, 0);
this.calendarDate = new Date(0);
this.calendarDate.setUTCFullYear(2020, 5, 19);
// represents isssue: https://github.com/angular/material/issues/12149 , when input box initial values do not takes into account passed timezone option.