LocalDateTime与DateTimeFormatter


LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")): 2019-04-17 17:38:57
now.format(DateTimeFormatter.ISO_LOCAL_DATE):     2019-04-17
now.format(DateTimeFormatter.ISO_DATE):           2019-04-17
now.format(DateTimeFormatter.ISO_LOCAL_TIME):     17:38:57.062
now.format(DateTimeFormatter.ISO_TIME):           17:38:57.062
now.format(DateTimeFormatter.ISO_LOCAL_DATE_TIME):2019-04-17T17:38:57.062
now.format(DateTimeFormatter.ISO_DATE_TIME):      2019-04-17T17:38:57.062
now.format(DateTimeFormatter.ISO_ORDINAL_DATE):   2019-107
now.format(DateTimeFormatter.ISO_WEEK_DATE):      2019-W16-3
now.format(DateTimeFormatter.BASIC_ISO_DATE):     20190417


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM