Skip to:
If showMonths and showWeeks are both true, DateDurationFormatter incorrectly calculates remaining weeks.E.g. given:
from date = 16/07/2010
to date = 03/07/2011The result should be:
11 Months 2 Weeks
Its currently formatting as:
11 Months
Fixed in archetypes, revision 4287
If showMonths and showWeeks are both true, DateDurationFormatter incorrectly calculates remaining weeks.
E.g. given:
from date = 16/07/2010
to date = 03/07/2011
The result should be:
11 Months 2 Weeks
Its currently formatting as:
11 Months