java_JDK8 time in the new API

The base package contains the value of the object java.time

java.time.chrono provide access to different calendar systems

Date format and parsing time java.time.format

java.time.temporal underlying framework and extension properties comprising

java.time.zone contains time zone support classes

 

LocalDate (date):

2019-6-27

LocalTime (Time):

15:08:31.650

LocalDateTime (date and time):

2019-06-27T15:05:31.650

 

Guess you like

Origin www.cnblogs.com/aikang525/p/11129751.html