diff --git a/ui/src/components/date/QDate.js b/ui/src/components/date/QDate.js index cdb8089b91d..35d668e9303 100644 --- a/ui/src/components/date/QDate.js +++ b/ui/src/components/date/QDate.js @@ -1461,6 +1461,20 @@ export default createComponent({ color: day.color, textColor: day.textColor, label: day.i, + 'aria-label': getNativeDateFn + .value({ + year: viewModel.value.year, + month: viewModel.value.month, + day: day.i + }) + .toLocaleDateString( + innerLocale.value.lang, + { + weekday: 'long', + day: 'numeric', + month: 'long' + } + ), tabindex: tabindex.value, ...getCache('day#' + day.i, { onClick: () => {