JDK1.8新特性之格式化日期类+时间戳类+世界时区类+Duration和Period类+时间校正器
一.新增时间日期API1.概述A:DateSimpleDateFormatCalendar线程不安全,jdk1.8新增了一套时间日期APIB:LocalDate获取年月日LocalTime获取时分秒LocalDateTime获取年月日时分秒C:获取对象的方法:方式1通过静态方法now();例如:LocalDateTimeldt=LocalDateTime.now();方式2通过静态方法of()方法