We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4500100 commit dd83bddCopy full SHA for dd83bdd
src/calendar.jsx
@@ -444,6 +444,7 @@ export default class Calendar extends React.Component {
444
return (
445
<div
446
key={offset}
447
+ aria-label={formatDate(day, "EEEE", this.props.locale)}
448
className={clsx("react-datepicker__day-name", weekDayClassName)}
449
>
450
{weekDayName}
0 commit comments