-
Notifications
You must be signed in to change notification settings - Fork 0
isSameHijriYear
github-actions[bot] edited this page May 30, 2026
·
1 revision
date-fns-hijri / isSameHijriYear
isSameHijriYear(
dateA,dateB,options?):boolean
Defined in: src/index.ts:358
Check whether two Gregorian dates fall in the same Hijri year.
Returns false if either date is outside the supported range.
Date
Date
boolean
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