-
Notifications
You must be signed in to change notification settings - Fork 0
HijriDate
github-actions[bot] edited this page May 30, 2026
·
1 revision
hijri-core / HijriDate
Defined in: types.ts:10
A Hijri date triple.
All three fields are required. Month and day are 1-based. The year is a Hijri (AH) year number, e.g. 1446.
const d: HijriDate = { hy: 1446, hm: 9, hd: 1 }; // 1 Ramadan 1446 AHhd:
number
Defined in: types.ts:13
hm:
number
Defined in: types.ts:12
hy:
number
Defined in: types.ts:11
Reference
API
- toHijri
- toGregorian
- isValidHijriDate
- daysInHijriMonth
- registerCalendar
- getCalendar
- listCalendars
- hDatesTable
- hmLong / hmMedium / hmShort
- hwLong / hwShort / hwNumeric
Guides
Examples
Contributing
Links