Android:公历问题

发布于 2024-12-04 19:16:36 字数 207 浏览 2 评论 0原文

我对使用公历感到困惑。

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只有影子陪我不离不弃 2024-12-11 19:16:37

使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文