-
Notifications
You must be signed in to change notification settings - Fork 0
isValidHijriDate
github-actions[bot] edited this page May 30, 2026
·
1 revision
hijri-core / isValidHijriDate
isValidHijriDate(
hy,hm,hd,options?):boolean
Defined in: index.ts:78
Check whether a Hijri date is valid for the given calendar engine.
number
Hijri year
number
Hijri month (1-12)
number
Hijri day (1-30)
conversion options (calendar engine selection)
boolean
true if the date is valid
Reference
API
- toHijri
- toGregorian
- isValidHijriDate
- daysInHijriMonth
- registerCalendar
- getCalendar
- listCalendars
- hDatesTable
- hmLong / hmMedium / hmShort
- hwLong / hwShort / hwNumeric
Guides
Examples
Contributing
Links