date-fns-hijri/.github/wiki/api/functions/getHijriMonth.md

576 B
Raw Blame History

date-fns-hijri v1.0.1


date-fns-hijri / getHijriMonth

Function: getHijriMonth()

getHijriMonth(date, options?): number | null

Defined in: src/index.ts:89

Get the Hijri month (112) for a Gregorian date.

Returns null when the date is outside the supported range.

Parameters

date

Date

options?

ConversionOptions

Returns

number | null