mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-07-01 03:04:29 +00:00
549 B
549 B
hijri-core / hwNumeric
Variable: hwNumeric
consthwNumeric: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().