Java Arabic (Hirji) Calendar

六眼飞鱼酱① 提交于 2019-12-24 01:44:24

问题


I've been trying to find good international Calendar support (Hirji included) for a mobile app. My main constraint is that the JVM is 1.3 and we've got AWT only. There is an option to move over to another JVM that gives us SWT, but I can't seem to find any international date pickers for either UI libs. I know Joda-time is available, but looking at the tech docs there doesn't seem to be a UI layer for it. So really, I want to know if anyone has come across a Hirji date picker for AWT or SWT. If not, I'll have to indulge in writing one from scratch :)

I'm pretty sure something is available be it free or commerical as it's hardly a new problem I've stumbled on.

Warmest Regards,

Stephen


回答1:


Joda-time supports Islamic/Hirji Calendar. Find details here: http://joda-time.sourceforge.net/cal_islamic.html



来源:https://stackoverflow.com/questions/4634610/java-arabic-hirji-calendar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!