Hi,
I am getting the error invalid date for start_date and end_date;
I attached three files that demonstrate the error.
.
Another weird thing is that duration is 0 to all task, I don’t know why.
The database is postgres.
Hi,
I am getting the error invalid date for start_date and end_date;
The database is postgres.
Hello,
Perhaps the cause of the problem is type of these properties.
docs.dhtmlx.com/gantt/desktop__ … properties
Duration is number and date is string.
Also you have to set the required date format to parse data from the data set by xml_date config.
docs.dhtmlx.com/gantt/api__gant … onfig.html
Thanks Polina I got it.
I had set the xml_date wrong.