How can I change format of Start date ?

hi All,

I have to change format of Start date columns from YYYY-MM-DD to MM-DD-YYYY.

How can i solve it ?

Hi,
Please configure date_grid template.
docs.dhtmlx.com/gantt/desktop__ … lates.html
and use Date Format Specification to achieve what you need.
docs.dhtmlx.com/gantt/desktop__date_format.html

I want to change the date format in the grid on click of a button. Is it achievable.

Please find the snippet where I am not able to do the same

docs.dhtmlx.com/gantt/snippet/78dec950

Hello,
Yes, it is possible. It didn’t work in your case because the config was changed, but the templates weren’t. So you just need to use another function that will specify the date format:
docs.dhtmlx.com/gantt/api__gant … plate.html
Here is an example:
https://snippet.dhtmlx.com/qo5s7lfs?text=gantt.%2Bdate%2Bformat