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 20d8b83 commit 04f2b08Copy full SHA for 04f2b08
packages/main/src/Calendar.js
@@ -290,7 +290,7 @@ class Calendar extends CalendarPart {
290
291
const yearFormat = DateFormat.getDateInstance({ format: "y", calendarType: this.primaryCalendarType });
292
const localeData = getCachedLocaleDataInstance(getLocale());
293
- this._headerMonthButtonText = localeData.getMonths("wide", this.primaryCalendarType)[this._calendarDate.getMonth()];
+ this._headerMonthButtonText = localeData.getMonthsStandAlone("wide", this.primaryCalendarType)[this._calendarDate.getMonth()];
294
295
if (this._currentPicker === "year") {
296
const rangeStart = new CalendarDate(this._calendarDate, this._primaryCalendarType);
0 commit comments