Is there a way to make end time for week view 23:59 instead of 00:00?
This is my code:
<kendo-gantt
[kendoGanttHierarchyBinding]="data"
kendoGanttExpandable
[initiallyExpanded]="true"
childrenField="subtasks"
[activeView]="activeView"
workDayEnd="23:59"
workDayStart="00:00"
>
<kendo-gantt-timeline-week-view
[timelineHeadersDateFormat]="{
groupHeaderDateFormat: 'EEE MMM dd HH:mm',
columnHeaderDateFormat: 'EEE, dd MMM',
}"
></kendo-gantt-timeline-week-view>
</kendo-gantt>