2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

Fix GanttEditor export to MSProject xml #93

Closed 2bitcoder closed 8 years ago

2bitcoder commented 8 years ago
0 (should be the sequence number, 'sort order' of the task) 0 (should be the sequence number, 'sort order' of the task) 2015-07-19T17:52:00.000Z format to be: 2015-07-19T17:52:00 (add task finish date: if null then add start + 1 day) 2015-07-19T17:52:00.000Z0 format to be: 2015-07-19T17:52:00 (add task finish date: if null then add start + 1 day) 2015-07-19T17:52:00.000Z format to be: 2015-07-19T17:52:00 (add task finish date: if null then add start + 1 day) All dates should be in 2015-07-20T03:53:04 format
lavrton commented 8 years ago

Test