Topic: 有关于calendar的一个小问题,不知道是bug还是什么。

  Print this page

1.有关于calendar的一个小问题,不知道是bug还是什么。 Copy to clipboard
Posted by: stellit
Posted on: 2005-03-14 20:11

import java.util.*;

public class TestCalendar {

public static void main(String[] args) {
Calendar cl = Calendar.getInstance();
System.out.println(cl.get(Calendar.YEAR) + " Years " + cl.get(Calendar.MONTH) + " Month " +
cl.get(Calendar.DAY_OF_MONTH) + " Days " + cl.get(Calendar.HOUR) + " Hour " +
cl.get(Calendar.MINUTE) + " Minute " + cl.get(Calendar.SECOND) + " Secend ");
cl.add(Calendar.DAY_OF_YEAR,365);
System.out.println(cl.get(Calendar.YEAR) + " Years " + cl.get(Calendar.MONTH) + " Month " +
cl.get(Calendar.DAY_OF_MONTH) + " Days " + cl.get(Calendar.HOUR) + " Hour " +
cl.get(Calendar.MINUTE) + " Minute " + cl.get(Calendar.SECOND) + " Secend ");
}
}

试着运行了一下感觉好像有点儿问题,结果是这样的:
2005 Years 2 Month 14 Days 1 Hour 13 Minute 30 Secend
2006 Years 0 Month 16 Days 1 Hour 13 Minute 30 Secend

基本上没什么大问题,看起来好像是运行正常,可是真实的时间是:2005年3月14日,而不是2月份,在加上了308天以后,第一个月应该是1月份,可是现在变成了0月份,这就是说一月份再jdk里面是0。 可是年份和天数还有小时分秒都没有问题。
这是需要手动整的呢?还是一个jdk里面的bug?

2.Re:有关于calendar的一个小问题,不知道是bug还是什么。 [Re: stellit] Copy to clipboard
Posted by: PrimeJava
Posted on: 2005-03-15 16:09

The first month of the year is JANUARY which is 0.

3.Re:有关于calendar的一个小问题,不知道是bug还是什么。 [Re: stellit] Copy to clipboard
Posted by: stellit
Posted on: 2005-03-16 00:14

这是肯定的了,可现在问题就是,为什么只有我运行出来的月份是以0开头的,别人的不是呢?大家试试看,总觉得怪怪的,因为有人编译出的解果是1.


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923