mirror of
https://github.com/acamarata/date-fns-hijri.git
synced 2026-06-30 18:54:25 +00:00
674 B
674 B
date-fns-hijri / isValidHijriDate
Function: isValidHijriDate()
isValidHijriDate(
hy,hm,hd,options?):boolean
Defined in: src/index.ts:62
Check whether a Hijri date is valid for the given calendar system.
Verifies that the year, month (1–12), and day (1–daysInMonth) all exist in the calendar's data table.
Parameters
hy
number
hm
number
hd
number
options?
Returns
boolean