进阶JAVA篇- DateTimeFormatter 类与 Period 类、Duration类的常用API(八)
目录1.0DateTimeFormatter类的说明1.1如何创建格式化器的对象呢?1.2DateTimeFormatter类中的format(LocalDateTimeldt)实例方法2.0Period类的说明2.1Period类中的between(localDate1,localDate2)静态方法来创建对象。3.0Duration类的说明4.0小结API1.0DateTimeFormatte