Function: labelWeekday()
labelWeekday(
date,options?,dateLib?):string
Defined in: src/labels/labelWeekday.ts:14
Generates the ARIA label for a weekday column header.
Parameters
| Parameter | Type | Description |
|---|---|---|
date | Date | The date representing the weekday. |
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 weekday column header.
Default Value
"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"