Skip to content

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

readonly long: readonly string[]

Defined in: locale.ts:6

12 entries, index 0 is month 1 (matching a CalendarDate.month value of 1).


short

readonly short: readonly string[]

Defined in: locale.ts:7