diff --git a/public/typo3conf/ext/ep_products/Classes/Controller/AjaxCalendarController.php b/public/typo3conf/ext/ep_products/Classes/Controller/AjaxCalendarController.php index afb10f6c..af9401d1 100644 --- a/public/typo3conf/ext/ep_products/Classes/Controller/AjaxCalendarController.php +++ b/public/typo3conf/ext/ep_products/Classes/Controller/AjaxCalendarController.php @@ -153,7 +153,7 @@ class AjaxCalendarController extends ActionController } return [ - 'label' => $firstOfMonth->format('F Y'), + 'date' => $firstOfMonth, 'weeks' => $weeks, ]; } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxCalendar/Range.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxCalendar/Range.html index 40151515..f91c0955 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxCalendar/Range.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/AjaxCalendar/Range.html @@ -49,7 +49,7 @@