参考代码: @Test public void test(){ DateTime time =new DateTime(); //获取当前时间 System.out.println(time); //输出当前时间 } 需要传参数的可以看 springMVC中从前台往后台传时间 – 每天进步一点点 (longkui.site) Post Views: 2,436 Related posts: JAVA中DateTime的getCenturyOfEra()用法? JAVA中DateTime如何获取当前月的第几天。getDayOfMonth的用法。 JAVA中DateTime如何获取年的第几天。getDayOfYear的用法。 JAVA中DateTime中getEra用法 JAVA中DateTime如何获取小时的分钟。getMinuteOfHour的用法。 JAVA中DateTime如何获取当前月份。getMonthOfYear的用法。 分类: java 标签:DateTimejava