New: Changed java.util.Calendar in favor of java.time.LocalDate.
It says that it requires java.time.LocalDate but when I saw through the source code, it is using the back port of LocalDate by org.threeten.bp.LocalDate.
In this version 2.0.0, it is very frustrating to use an additional backport library just to make this library work. Reverting it to java.time.LocalDate wouldn't help either as LocalDate is only supported for api>=26.
Please revert back to using Calender api by java.
Also I want to use the latest version of this library.
It says that it requires java.time.LocalDate but when I saw through the source code, it is using the back port of LocalDate by org.threeten.bp.LocalDate. In this version 2.0.0, it is very frustrating to use an additional backport library just to make this library work. Reverting it to java.time.LocalDate wouldn't help either as LocalDate is only supported for api>=26. Please revert back to using Calender api by java. Also I want to use the latest version of this library.