1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.labelWeekday = labelWeekday;
|
4 | const index_js_1 = require("../lib/index.js");
|
5 | /**
|
6 | * The ARIA label for the Weekday column header.
|
7 | *
|
8 | * @defaultValue `"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"`
|
9 | * @group Labels
|
10 | * @see https://daypicker.dev/docs/translation#aria-labels
|
11 | */
|
12 | function labelWeekday(date, options,
|
13 | /** @ignore */
|
14 | dateLib = index_js_1.dateLib) {
|
15 | return dateLib.format(date, "cccc", options);
|
16 | }
|
17 | //# sourceMappingURL=labelWeekday.js.map |
\ | No newline at end of file |