Function: getDateLib()
getDateLib(
options?):DateLib
Defined in: packages/persian/src/index.tsx:122
Returns the date library used in the Persian calendar.
Parameters
| Parameter | Type | Description |
|---|---|---|
options? | DateLibOptions & { noonSafe?: boolean; overrides?: Partial<DateLib>; } | Optional configuration for the date library. |
Returns
DateLib
The date library instance.