Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 有关于calendar的一个小问题,不知道是bug还是什么。
stellit





发贴: 3
积分: 0
于 2005-03-14 20:11 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
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?




一个程序员的奋斗历程

话题树型展开
人气 标题 作者 字数 发贴时间
5170 有关于calendar的一个小问题,不知道是bug还是什么。 stellit 1122 2005-03-14 20:11
3886 Re:有关于calendar的一个小问题,不知道是bug还是什么。 PrimeJava 50 2005-03-15 16:09
4166 Re:有关于calendar的一个小问题,不知道是bug还是什么。 stellit 68 2005-03-16 00:14

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   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