l**********r 发帖数: 24 | 1 在jsp中,我用Calendar class 得到时间,但是发现与我的机器windows显示的时间不一
样,我的winXP是2003.5.8,但通过Calendar得到的时间缺是2003.4.8
,刚好差一个月,能在哪里调整这个时间吗?
Calendar dateIn = Calendar.getInstance(); | e***g 发帖数: 158 | 2 in that API, The first month of the year is JANUARY which is 0
【在 l**********r 的大作中提到】 : 在jsp中,我用Calendar class 得到时间,但是发现与我的机器windows显示的时间不一 : 样,我的winXP是2003.5.8,但通过Calendar得到的时间缺是2003.4.8 : ,刚好差一个月,能在哪里调整这个时间吗? : Calendar dateIn = Calendar.getInstance();
| l**********r 发帖数: 24 | 3 原来是这样,那我就在月份后面加个1,谢谢了,老兄真是见多识广啊
不一
.8
【在 e***g 的大作中提到】 : in that API, The first month of the year is JANUARY which is 0
| m******t 发帖数: 2416 | 4
Using java.text.DateFormat would relieve you from hassles like this,
man.
【在 l**********r 的大作中提到】 : 原来是这样,那我就在月份后面加个1,谢谢了,老兄真是见多识广啊 : : 不一 : .8 :
|
|