[gantt] tasks ends on a date

+2 votes
asked Jul 3, 2018 in Wanted features by none

Hi,

is there a way to end a task on a specific date?

[TASK] ends on 2018-10-25

1 Answer

+2 votes
answered Jul 3, 2018 by plantuml (294,960 points)

With last beta http://beta.plantuml.net/plantuml.jar you can have :

@startgantt
Project starts the 20th of september 2018
[Release of new album] starts the 21th of September 2018
[Release of new album] ends the 30th of September 2018
@endgantt

Is this what you are expecting ?

commented Jul 3, 2018 by anonymous
That's perfekt, I can live with that ...
although I would like to write the date in the usual YYYY-MM-DD format.
commented Jul 3, 2018 by plantuml (294,960 points)
Well, it also works this way :

@startgantt
Project starts the 2018/09/20
[Release of new album] starts the 2018/09/21
[Release of new album] ends the 2018/09/30
@endgantt

Regards,
commented Jan 30, 2019 by koppor (160 points)
Is it possible to support ISO date (2018-09-20), too? Good illustration on the discussion: https://xkcd.com/1179/
...