We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bfd662 + c741241 commit b42cdeeCopy full SHA for b42cdee
src/VueDatePicker/utils/util.ts
@@ -93,7 +93,7 @@ export const getMonths = (
93
94
if (formatLocale !== null) {
95
try {
96
- const monthDateFnsFormat = monthFormat === 'long' ? 'MMMM' : 'MMM';
+ const monthDateFnsFormat = monthFormat === 'long' ? 'LLLL' : 'LLL';
97
return months.map((date, i) => {
98
const month = format(localToTz(date, 'UTC'), monthDateFnsFormat, { locale: formatLocale });
99
return {
0 commit comments