Package io.github.zero88.utils
Class DateTimes.Iso8601Formatter
- java.lang.Object
-
- io.github.zero88.utils.DateTimes.Iso8601Formatter
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringformat(@NotNull java.time.OffsetDateTime offsetDateTime)static java.lang.Stringformat(@NotNull java.time.ZonedDateTime zonedDateTime)static java.lang.StringformatDate(@NotNull java.time.OffsetDateTime offsetDate)static java.lang.StringformatDate(@NotNull java.time.ZonedDateTime zonedDate)static java.lang.StringformatTime(@NotNull java.time.OffsetTime value)
-
-
-
Method Detail
-
formatDate
public static java.lang.String formatDate(@NotNull @NotNull java.time.ZonedDateTime zonedDate)
-
formatDate
public static java.lang.String formatDate(@NotNull @NotNull java.time.OffsetDateTime offsetDate)
-
formatTime
public static java.lang.String formatTime(@NotNull @NotNull java.time.OffsetTime value)
-
format
public static java.lang.String format(@NotNull @NotNull java.time.ZonedDateTime zonedDateTime)
-
format
public static java.lang.String format(@NotNull @NotNull java.time.OffsetDateTime offsetDateTime)
-
-