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.
Updated by krileon almost 10 years ago
This is due to it comparing year only. It needs to factor in month and day as well.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !739
Required new dateDiff API to properly compare two dates.
Actions