Actions
Bug #5015
closedDate age display increment by 1 extra year
Description
When a date field is set to display as Age it's adding 1 extra year to the display.
Actions
Added by krileon over 10 years ago. Updated almost 10 years ago.
Description
When a date field is set to display as Age it's adding 1 extra year to the display.
This is due to it comparing year only. It needs to factor in month and day as well.
Fixed in MR !739
Required new dateDiff API to properly compare two dates.