Hi,
I wonder if it is possible to make the gantt display tasks with a resolution of seconds/minutes instead of days.
Your API examples show the following format:
<task id='2' parent='1' start_date='02-04-2013' duration='8' progress='0.6'
end_date='10-04-2013'>
<![CDATA[Task #1]]>
</task>
which means that I can set the start date only (not the time).
I know that the “duration” attribute can be set to minutes/seconds, but I need to be able to set the start_date of the task to something like: ‘02-04-2013 18:44:33’.
Is this possible?
Thanks in advance for any help!