diff --git a/src/web/assets/cp/CpAsset.php b/src/web/assets/cp/CpAsset.php index cecac87a869..07dcfdb6f88 100644 --- a/src/web/assets/cp/CpAsset.php +++ b/src/web/assets/cp/CpAsset.php @@ -571,6 +571,7 @@ private function _datepickerOptions(Locale $formattingLocale, Locale $locale, ?U { return [ 'constrainInput' => false, + 'changeYear' => true, 'dateFormat' => $formattingLocale->getDateFormat(Locale::LENGTH_SHORT, Locale::FORMAT_JUI), 'dayNames' => $locale->getWeekDayNames(Locale::LENGTH_FULL), 'dayNamesMin' => $locale->getWeekDayNames(Locale::LENGTH_ABBREVIATED),