黑马程序员技术交流社区

标题: 关于根据日期查询在一年中的天数 [打印本页]

作者: sq_jun    时间: 2015-1-19 23:46
标题: 关于根据日期查询在一年中的天数
  1. import java.util.Calendar;
  2. import java.util.GregorianCalendar;

  3. /**
  4. *
  5. * @author 张耀军
  6. */
  7. public class Test1 {

  8.     /**
  9.      * @param args the command line arguments
  10.      */
  11.     public static void main(String[] args) {
  12.         // TODO code application logic here
  13.         Calendar rightNow=new GregorianCalendar();
  14.         rightNow.set(2015,01, 01);在这里我输入2015,01, 01,输出的结果为什么是32啊,不是应该是1吗?
  15. int date=rightNow.get(Calendar.DAY_OF_YEAR);
  16.         System.out.println(date);
  17.         
  18.     }
  19.    
  20.    
  21.    
  22.    
  23. }
复制代码

作者: SNXJ    时间: 2015-1-20 00:16
好吧   顶一下吧   都没人




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2