Function: labelGridcell()
labelGridcell(
date
,modifiers?
,options?
,dateLib?
):string
Defined in: src/labels/labelGridcell.ts:15
Generates the label for a day grid cell when the calendar is not interactive.
Parameters
Parameter | Type | Description |
---|---|---|
date | Date | The date to format. |
modifiers? | Modifiers | Optional modifiers providing context for the day. |
options? | DateLibOptions | Optional configuration for the date formatting library. |
dateLib? | DateLib | An optional instance of the date formatting library. |
Returns
string
The label for the day grid cell.