Re: [lang] DurationFormatUtils formatPeriod

2012-08-13 Thread Gary Gregory
Can you create a JIRA and attache a patch there? Thank you, Gary On Mon, Aug 13, 2012 at 4:31 PM, Naoya Sugioka wrote: > Hello, > > I just encountered an issue with DurationFormatUtils.formatPeriod() > and here I suggest the patch. > > The problem is found when calcurating a duration between Ju

[lang] DurationFormatUtils formatPeriod

2012-08-13 Thread Naoya Sugioka
Hello, I just encountered an issue with DurationFormatUtils.formatPeriod() and here I suggest the patch. The problem is found when calcurating a duration between June 30 to August 8. Duration must be 1 month and 9 days (June 30 + 1 month = July 30, July 30 + 9 Days = August 8) but current logi