Load does not work with Scheduler

See fiddle here:
https://jsfiddle.net/q9bhgj0s/

What do I miss???

Thanks!

Hi,

Please use DHTMLX snippet system to create a demo next time https://snippet.dhtmlx.com/c94444273
As for the question - you have to change value of xml_date according to the date format in data:

scheduler.config.xml_date="%d/%m/%Y %H:%i";

Result: http://snippet.dhtmlx.com/f074f994e

1 Like