哪种日历算法最好、最简单?
我计划在我的应用程序中显示 Android 日历。我想选择一个在我的申请中使用的日期。我需要知道是否有日历算法。。
我不得使用任何开源应用程序。
I am planning to display an android calendar in my application. I want to select a date to use in my application. I need to know whether there is an algorithm for a calendar.
I must not use any open source application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
生成任意公历几乎相当于确定开始日期的星期几,对于二月,确定该年是否为闰年年。
Generating an arbitrary Gregorian calendar pretty much amounts to determining the day of the week of the starting day and, for Februaries, determining whether the year is a leap year.
最好和最著名的日期算法是康威的世界末日规则,http://en.wikipedia.org/wiki/Doomsday_rule
The best and most famous date algorithm is Conway's Doomsday Rule, http://en.wikipedia.org/wiki/Doomsday_rule