Is it possible to show the calendar date in the weekly gantt rather than the week number

0 votes
asked Sep 4, 2021 in Wanted features by anonymous
Hi,

Is it possible to show the calendar date in the weekly gantt rather than the week number. It used to be possible until recently
commented Sep 4, 2021 by The-Lu (64,340 points)

1 Answer

0 votes
answered Sep 17, 2021 by The-Lu (64,340 points)

Hello A.,

You can now use:

printscale weekly with calendar date

With that:

@startuml
printscale weekly with calendar date
Project starts the 6th of July 2020
[Task1] on {Alice} lasts 2 weeks
[Task2] on {Bob:50%} lasts 2 weeks
then [Task3] on {Alice:25%} lasts 3 days
@enduml

See:

If that can help,
Regards,
Th.
...