Documentation / @jalali-js/i18n / MonthNames
Interface: MonthNames
Defined in: locale.ts:4
A calendar system's month names, in the two styles format() can pick between.
Properties
long
readonlylong: readonlystring[]
Defined in: locale.ts:6
12 entries, index 0 is month 1 (matching a CalendarDate.month value of 1).
short
readonlyshort: readonlystring[]
Defined in: locale.ts:7