Package me.ahoo.cosid.util
Class LocalDateTimeConvert
java.lang.Object
me.ahoo.cosid.util.LocalDateTimeConvert
type Convert tool class of
LocalDateTime
.-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDateTime
static LocalDateTime
fromInstant
(Instant instant, ZoneId zoneId) static LocalDateTime
fromString
(String dateTime, DateTimeFormatter dateTimeFormatter) convertString
toLocalDateTime
.static LocalDateTime
fromTimestamp
(long timestamp, ZoneId zoneId) static LocalDateTime
fromTimestampSecond
(long timestamp, ZoneId zoneId)
-
Method Details
-
fromDate
-
fromTimestamp
-
fromTimestampSecond
-
fromInstant
-
fromString
@Nonnull public static LocalDateTime fromString(String dateTime, DateTimeFormatter dateTimeFormatter) convertString
toLocalDateTime
.- Parameters:
dateTime
- string type date timedateTimeFormatter
- date time formatter- Returns:
- LocalDateTime from string
-