Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vaadin DateField 使用Calendar.getInstance(),(公历)。
有没有办法使用自定义(例如:回历)日历系统?
谢谢。
不在基于Calendar. JDK 只提供公历、泰国佛教和日本帝国,而不是更多。
Calendar
您可能会考虑 ICU4J,它提供了回历日历的算法变体。一个类似但较弱的解决方案是 Joda Time(没有真正支持回历月份名称)。
像 umalqura-calendar 这样的基于目击的日历将仅在 Java 8 中提供,并带有新的 date-time-api (JSR-310)。