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 has been archived by the owner on May 20, 2023. It is now read-only.
Unless I'm mistaken, it is not possible to change the year in MaterialDatepickerComponent.
So, if you want to select a date far in the past (or future) the only choice is to type it (or mouse scrolling for hours :-)).
It looks like it is possible in MaterialDateRangePickerComponent (month by month)
Yes, that's correct. This is possible in MaterialDateRangePickerComponent using the "[Month] [Year]" dropdown, which toggles the date grid to show a month grid, but indeed this is not present in MaterialDatepickerComponent.
We do have a spec for adding an option to include the "[Month] [Year]" dropdown in MaterialDatepickerComponent. It would look pretty similar to the treatment in MaterialDateRangePickerComponent. But nobody's asked for it yet, so it hasn't been implemented. Contributions welcome, as always. :)
Hi everyone,
Unless I'm mistaken, it is not possible to change the year in
MaterialDatepickerComponent
.So, if you want to select a date far in the past (or future) the only choice is to type it (or mouse scrolling for hours :-)).
It looks like it is possible in
MaterialDateRangePickerComponent
(month by month)e.g : https://material.angular.io/components/datepicker
The text was updated successfully, but these errors were encountered: