代码: @Test public void test(){ DateTime time =new DateTime(); //获取当前时间 int tt =time.getCenturyOfEra(); System.out.println(tt); } 疑问? 此方法返回的是20。不知道为啥? 大大的问号? 返回:JAVA中DateTime的用法总结 Post Views: 1,250 Related posts: JAVA中DateTime如何获取当前月的第几天。getDayOfMonth的用法。 JAVA中DateTime如何获取当前是天的多少分钟。getMinuteOfDay的用法。 JAVA中DateTime如何获取小时的分钟。getMinuteOfHour的用法。 JAVA中DateTime如何获取当前月份。getMonthOfYear的用法。 JAVA中DateTime如何获取当前年份。getYear的用法。 JAVA中DateTime中的getYearOfCentury用法 分类: java 标签:DateTimegetCenturyOfEra()java