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

您没有登录

» Java开发网 » Java SE 综合讨论区 » 实战错误讨论  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 用GregorianCalendar类得到的星期有误,知道的请帮帮忙
powerchentao





发贴: 3
积分: 0
于 2007-03-23 21:00 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.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;

public class CalenderTest {
  public static void printOut(int weekDay)
  {
    switch (weekDay)
    {
    case 0:
      System.out.println("星期天");
      break;
    case 1:
      System.out.println("星期1");
      break;
    case 2:
      System.out.println("星期2");
      break;
    case 3:
      System.out.println("星期3");
      break;
    case 4:
      System.out.println("星期4");
      break;
    case 5:
      System.out.println("星期5");
      break;
    case 6:
      System.out.println("星期6");
      break;
    default: System.out.println("Wrong Number!");
    }
  }
  
  public static void main(String[] args) {
    GregorianCalendar e = new GregorianCalendar(2007,3,23);
    CalenderTest.printOut(e.get(Calendar.DAY_OF_WEEK));
    
Date cDate = new Date();
    int day2 = cDate.getDay();
    CalenderTest.printOut(day2);
  }

}

我用今天的日期创建了一个GregorianCalendar 对象e, 可是我用写的函数输出时确输出了:
星期2
今天应该是星期5,后面用Date对象得到的是正确的.
哪位大虾告诉我这是怎么回事?
谢谢!




Java开发规范

话题树型展开
人气 标题 作者 字数 发贴时间
8997 用GregorianCalendar类得到的星期有误,知道的请帮帮忙 powerchentao 1040 2007-03-23 21:00
7275 Re:用GregorianCalendar类得到的星期有误,知道的请帮帮忙 powerchentao 115 2007-03-24 09:01
7205 Re:用GregorianCalendar类得到的星期有误,知道的请帮帮忙 zcjl 165 2007-03-24 10:20

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