I am looking for some subclasses of the Java calendar class, preferably an implementation of the hijri calendar (Islamic), but will potentially require more. Does anyone know a library available for commercial use?
I found the IBM ICU library ( here ), however they do not extend java.util.Calendar and instead wrote their own class, which also answers user classes; UDate and ULocale . I'm trying to use an existing Java application that already has over 400 Calendar usages, so I ideally want to stick with this class. Any suggestions?
Thanks in advance.
source share