Function: labelWeekNumber()
labelWeekNumber(
weekNumber
,options?
):string
Defined in: src/labels/labelWeekNumber.ts:13
Generates the ARIA label for the week number cell (the first cell in a row).
Parameters
Parameter | Type | Description |
---|---|---|
weekNumber | number | The number of the week. |
options? | DateLibOptions | Optional configuration for the date formatting library. |
Returns
string
The ARIA label for the week number cell.
Default Value
Week ${weekNumber}