Skip to content

hwNumeric

github-actions[bot] edited this page May 30, 2026 · 1 revision

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().

Clone this wiki locally