hijri-core/.github/wiki/api/variables/hwNumeric.md

549 B

hijri-core v1.0.1


hijri-core / hwNumeric

Variable: hwNumeric

const hwNumeric: number[]

Defined in: names/weekdays.ts:50

Numeric weekday values: 1 = Sunday through 7 = Saturday.

This follows the ISO 8601 convention where Monday = 1, but offset by one to match the Islamic numbering where Sunday is the first day of the week. Index alignment matches Date.prototype.getDay().