I don't think Joda time has what you're looking for. A minimum duration
value must consider many things, including leap years, time zone
transitions, and historical changes. In the GJ chronology, the minimum
length of a month can be 19 days, for example. To implement minimum
duration values cor
Hi,
I've been looking for a way to determine the minimal length of a imprecise
Period. I need this to be tell if a period A will always be less the an other
period B. For example, 29 days is often, but not alway less then 1 month.
So far I've found that DurationField contains getMillis(long),