Function: labelGrid()
labelGrid(
date
,options?
,dateLib?
):string
Defined in: src/labels/labelGrid.ts:15
Generates the ARIA label for the month grid, which is announced when entering the grid.
Parameters
Parameter | Type | Description |
---|---|---|
date | Date | The date representing the month. |
options? | DateLibOptions | Optional configuration for the date formatting library. |
dateLib? | DateLib | An optional instance of the date formatting library. |
Returns
string
The ARIA label for the month grid.
Default Value
LLLL y
(e.g., "November 2022").