-
Notifications
You must be signed in to change notification settings - Fork 0
hmLong
github-actions[bot] edited this page May 30, 2026
·
1 revision
hijri-core / hmLong
consthmLong:string[]
Defined in: names/months.ts:13
Full English transliterations of the 12 Hijri month names.
Index 0 corresponds to Muharram (month 1); index 11 to Dhul Hijjah (month 12). Suitable for display in contexts where the full name aids readability.
const month = hmLong[hijriDate.hm - 1]; // "Ramadan"Reference
API
- toHijri
- toGregorian
- isValidHijriDate
- daysInHijriMonth
- registerCalendar
- getCalendar
- listCalendars
- hDatesTable
- hmLong / hmMedium / hmShort
- hwLong / hwShort / hwNumeric
Guides
Examples
Contributing
Links