Skip to content

Instantly share code, notes, and snippets.

@benoitx
Created May 26, 2014 08:59
Joda YearMonthDay Calc Factory
DateCalculator<YearMonthDay> calc1 = YearMonthDayKitCalculatorsFactory.forwardCalculator("UK");
PeriodCountCalculator<YearMonthDay> calc2 = YearMonthDayKitCalculatorsFactory.getDefaultInstance().getPeriodCountCalculator();
IMMDateCalculator<YearMonthDay> calc3 = YearMonthDayKitCalculatorsFactory.getDefaultInstance().getIMMDateCalculator();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment