java - How to use the Chinese calendar system in Joda Time? -


i'm developing calendar app needs convert dates other calendar systems gregorian dates. decided use jodatime.

soon found different calendar systems represented chronologys. , looked through list of chronologys , see nothing chinese calendar system aka lunar calendar. searched "lunar calendar joda time" , see islamicchronology don't think right 1 says on page used in muslim countries.

so i'm not sure how use chinese calendar system using joda time. looked @ stack overflow post suggests should use library. however, joda time not seem have interface support library means cannot consistent. of project use joda time , of don't. sounds weird me.

the library has support icu4j far know. strength of library extended i18n-support. disadvantage api similar java.util.calendar.

joda-time not support , has no plans, (since officially "largely finished" project, project owner recommends implement new calendars on base of threeten-extra , welcomes contributions of community). not easy implement on base of joda-time scratch - important reason why joda-time not support many calendars. i18n not strength.

my library time4j implement in future including i18n-features (probably next year due limited working capabilities) might watch activities there.

there very old issue on jdk-bug-log. think our hopes jdk implementing calendar tending towards zero. sorry negative answer.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -