Skip to content

Documentation / @jalali-js/i18n / WeekdayNames

Interface: WeekdayNames ​

Defined in: locale.ts:31

A language's weekday names. Weekday names do not depend on which calendar system a date is expressed in ("Monday" names the same day regardless of whether you write its date in Jalali or Gregorian), so this sits at the locale level, not per calendar system.

Index 0 is Sunday and index 6 is Saturday, matching Date.prototype.getUTCDay()'s convention and dayOfWeek()'s return value from jalali-js.

Properties ​

long ​

readonly long: readonly string[]

Defined in: locale.ts:32


short ​

readonly short: readonly string[]

Defined in: locale.ts:33