Android:公历问题
我对使用公历感到困惑。
我正在使用 GregorianCalendar 获取当前日期并设置未来日期。
当前月份:它将月份打印为 8 而不是 9,其中 9 是我的预期月份。 当前年份:它打印出 2011 年的年份,这是正确的。
出了什么问题。
我使用的代码是 GregorianCalender.getInstance();获取当前日期。
I am getting confuse with using Gregorian.
I am using GregorianCalendar to get the current date and setting the future date.
The current month : it prints me the month as 8 rather 9 where 9 is my expected month.
The current year : it prints me the year in 2011 which is correct.
What is going wrong.
The code I use is GregorianCalender.getInstance(); to get the current date.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 jdk 的日历有点令人困惑,并且您必须编写大量代码。相反,尝试一个名为 joda 的库 -
http://joda-time.sourceforge.net/
Using the jdk's calendar is a little confusing and you'll have to write a lot of code. Instead try a library called joda -
http://joda-time.sourceforge.net/