V-calendar: how to use the monthNames in locale?

Created on 22 Nov 2019  路  2Comments  路  Source: nathanreyes/v-calendar

<v-calendar :attributes='attrs' :locale="calendarEnv">
const calendarEnv = {
  masks: {
    title: 'YYYY-MM'
  },
  monthNames: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L']
}

This writing has no effect

All 2 comments

I'm having the same trouble - I don't know the format expected - it isn't documented anywhere.

The docs should help clear things up here. You can define your own masks and firstDayOfWeek parameters.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

redraw picture redraw  路  3Comments

jeffster9 picture jeffster9  路  3Comments

neel picture neel  路  3Comments

thfontaine picture thfontaine  路  3Comments

mika76 picture mika76  路  3Comments