Date is not showing currect

Hi I am using Gantt Chart all is working fine but date is not show currect I have share a link please you can check display date and demo data date
docs.dhtmlx.com/gantt/snippet/1866a3dd

Hello,

You need to set xml_date config according to your date format in data:
gantt.config.xml_date = ‘%m/%d/%Y %H:%i:%s’;
docs.dhtmlx.com/gantt/snippet/34f3fe36