-
Notifications
You must be signed in to change notification settings - Fork 0
getHijriWeekdayName
github-actions[bot] edited this page May 30, 2026
·
1 revision
date-fns-hijri / getHijriWeekdayName
getHijriWeekdayName(
date,length?):string
Defined in: src/index.ts:148
Get the Arabic weekday name for a Gregorian date.
Uses Date.getDay() (0 = Sunday, 6 = Saturday) as the index.
Date
Any Gregorian Date.
"long" | "short"
'long' (default) or 'short'.
string
date-fns-hijri · MIT License · npm · Issues
Guides
Examples
Reference
API — Per Function
- toHijriDate
- fromHijriDate
- isValidHijriDate
- getHijriYear
- getHijriMonth
- getHijriDay
- getDaysInHijriMonth
- getHijriQuarter
- getHijriMonthName
- getHijriWeekdayName
- formatHijriDate
- addHijriMonths
- addHijriYears
- startOfHijriMonth
- endOfHijriMonth
- isSameHijriMonth
- isSameHijriYear
Community