Hi,
I have my dates coming through from the database in a JSON API in the following format:
2020-10-07 00:00:00.000
However, they are being interpreted totally wrong. The above date is interpreted by the Gantt as
start_date: Fri Apr 11 1913 00:00:00 GMT+0000 (British Summer Time)
This seems to happen whether or not I am using the below.
gantt.config.date_format = “%d-%m-%Y”;
gantt.config.date_grid = “%d-%m-%Y”;
The date is retrieved in the correct format from the database however does not display correctly.