JDK1.8 LocalDate 使用方式;LocalDate 封裝Util,LocalDate工具類(一)

liushaoye發表於2019-09-30

未完待續 ........

由於SimpleDateFormat存線上程安全問題,所以在JDK1.8中使用LocalDate和LocalDateTime來進行日期的工具類使用,下邊就是原創的LocalDateUtil封裝

       《阿里巴巴開發手冊1.4》複製程式碼

1、localDate格式化年月日為字串

2、localDateTime格式化年月日時分秒為字串

3、localDate時區格式化年月日為字串

4、localDateTime時區格式化年月日為字串

5、localDate 轉 LocalDate

6、localDateTimeString 格式化日期為日期格式

7、localDateString 格式化日期為日期格式

8、localDateTime 轉 localDateTime

9、日期轉化為固定格式yyyy-MM-dd HH:mm:ss

原始碼測試的位置在

程式碼原始碼在

git:https://github.com/liushaoye/utilLiu

部落格園詳情https://www.cnblogs.com/liuyangfirst/p/11129788.htmlhttps://www.cnblogs.com/liuyangfirst/p/11129788.html

相關文章