Maven依赖
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
指定格式可以直接如下操作,不用在使用SimpleDateFormat来转换
new DateTime().toString("yyyy/MM/dd");
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
指定格式可以直接如下操作,不用在使用SimpleDateFormat来转换
new DateTime().toString("yyyy/MM/dd");