mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-07-02 03:30:39 +00:00
563 B
563 B
date-fns-hijri / getHijriYear
Function: getHijriYear()
getHijriYear(
date,options?):number|null
Defined in: src/index.ts:80
Get the Hijri year for a Gregorian date.
Returns null when the date is outside the supported range.
Parameters
date
Date
options?
Returns
number | null