mirror of
https://github.com/acamarata/hijri-core.git
synced 2026-07-01 11:14:28 +00:00
529 B
529 B
hijri-core / hwLong
Variable: hwLong
consthwLong:string[]
Defined in: names/weekdays.ts:13
Full Arabic-transliterated names for the seven days of the week.
Index alignment matches Date.prototype.getDay():
index 0 = Sunday, index 6 = Saturday.
Example
const dayName = hwLong[gregorianDate.getDay()]; // "Yawm al-Jum`a"