Created
May 26, 2014 08:59
Joda YearMonthDay Calc Factory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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