-
Notifications
You must be signed in to change notification settings - Fork 0
hmMedium
github-actions[bot] edited this page May 30, 2026
·
1 revision
hijri-core / hmMedium
consthmMedium:string[]
Defined in: names/months.ts:37
Medium-length transliterations of the 12 Hijri month names.
Shorter than hmLong but more readable than hmShort. Useful for compact date labels where space is limited.
const label = hmMedium[hijriDate.hm - 1]; // "Ramadan"Reference
API
- toHijri
- toGregorian
- isValidHijriDate
- daysInHijriMonth
- registerCalendar
- getCalendar
- listCalendars
- hDatesTable
- hmLong / hmMedium / hmShort
- hwLong / hwShort / hwNumeric
Guides
Examples
Contributing
Links