mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-07-01 19:24:26 +00:00
577 B
577 B
date-fns-hijri / getHijriDay
Function: getHijriDay()
getHijriDay(
date,options?):number|null
Defined in: src/index.ts:98
Get the Hijri day of month (1–30) for a Gregorian date.
Returns null when the date is outside the supported range.
Parameters
date
Date
options?
Returns
number | null