Actions
Feature #92022
closedShow weeks numbers in datetimepicker
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-08-16
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Weeks numbers is missing in datetimepicker and it doesn't hurt to have that info since it only adds a small column to the date-time picker.
The parameter to activate week numbers is boolean `calendarWeeks`.
I tried to add it with `$pageRenderer->addInlineSetting('DateTimePicker', 'calendarWeeks', true);`. The parameter is present in the HTML code (together with DateFormat) but has no effect.
Actions