hi, there is a problem with loading data with xml. When i enter dates whose month value is “08” or “09” it sets the date to december of previous year. I better show you an example to explain what i mean. when i enter xml data below it shows project and task date as “14.12.2009” wherease the date entered is “14.09.2010”. This problem happens when i enter month values 08 or 09. for other month values it works correct. I also attached the demo, please open “samples/02_data_load/loadxml.html” file and see yourself. Data file is in “data/data.xml”. Best regards.
[code]<?xml version="1.0" encoding="UTF-8"?>
<task id="1">
<name>project1 task1</name>
<est>2010,09,14</est>
<duration>120</duration>
<percentcompleted>60</percentcompleted>
<predecessortasks></predecessortasks>
<childtasks>
</childtasks>
</task>
[/code]
dhtmlxGanttBugReport.rar (207 KB)