Skip to content

hmMedium

github-actions[bot] edited this page May 30, 2026 · 1 revision

hijri-core v1.0.1


hijri-core / hmMedium

Variable: hmMedium

const hmMedium: 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.

Example

const label = hmMedium[hijriDate.hm - 1]; // "Ramadan"

Clone this wiki locally