Java 中的玛雅日历
如何在 Java 中使用 Maya 日历?
How can I use the Maya calendar in Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 Java 中使用 Maya 日历?
How can I use the Maya calendar in Java?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
你的日历现在用完了吗? :-)
Has your calendar run out now? :-)
如果您确实正在寻找解决方案Maya 日历实现 看起来相当不错。
它使用 Java 的
GregorianCalendar
实现了 Maya Tzolk'in 日历。可以以公历或 Tzolk'in 格式检索日期。以下是核心部分:
无论如何:很酷的问题:-)
If you are really looking for a solution this Maya Calendar implementation looks quite good.
It implements a maya Tzolk'in calender using Java's
GregorianCalendar
. Dates can be retrieved both in Gregorian or Tzolk'in format.Here are the core parts:
In any case: Cool question :-)
在 Java 中使用其他日历/年表的最佳方法是优秀的 Joda-Time 库。它本身没有玛雅年表,但您可以纠正自己的玛雅规则实施并将其插入。不应该太繁重。
The best way of using other calendars/chronologies in Java is the excellent Joda-Time library. It doesn't have a Mayan chronology itself, but you could right your own implementation of the Mayan rules and plug it in. Shouldn't be too onerous.
使用 JodaTime。哎呀,抱歉,只是阅读有关 java.util.Calendar 的问题时的反射;-)
有一些 Java 小程序可能对您有帮助的网络。
Use JodaTime. Oops, sorry, just a reflex when reading a question about java.util.Calendar ;-)
There are some Java applets on the web that might be helpful to you.
哈哈,
尝试将最后可选日期设置为 2012 年 12 月 21 日?
但这并没有真正结束,它只是重新开始,所以您想在 2012 年 12 月 21 日之后再次开始计数吗?
LOL,
try setting the last selectable date to 21 December 2012 ?
but is does not really end there, it just starts over so you want to start counting again after 21 December 2012?