I’d like to render ‘gantt_task_content’ from start date to end date.
but, currently, the date obtained by adding the duration to the start date is being rendered as the end date.
How can I display ‘gantt_task_content’ until the specified end date?
Hello,
Gantt displays tasks in the timeline depending on the start_date and end_date parameters.
You need to know that even if the hours are not displayed in the grid, Gantt still uses them:
Here is an example with the date input type in the inline editors: https://snippet.dhtmlx.com/w5hrv69x
Here we need to modify the dates because the input element with the date type doesn’t have the hour values.
Here is another example with the datetime-local input type in the inline editors: https://snippet.dhtmlx.com/gjrgzm0p
The input element may take more space, but it will store the dates more accurately.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan