We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0a4d2 commit a33b70cCopy full SHA for a33b70c
src/lib/datepicker/calendar.ts
@@ -61,7 +61,7 @@ export class MatCalendarHeader implements OnDestroy {
61
if (this.calendar.currentView == 'month') {
62
return this._dateAdapter
63
.format(this.calendar.activeDate, this._dateFormats.display.monthYearLabel)
64
- .toLocaleUpperCase();
+ .toLocaleUpperCase();
65
}
66
if (this.calendar.currentView == 'year') {
67
return this._dateAdapter.getYearName(this.calendar.activeDate);
0 commit comments