Class DateTimes.Iso8601Formatter

  • Enclosing class:
    DateTimes

    public static class DateTimes.Iso8601Formatter
    extends java.lang.Object
    Utilities class for formatting date/time/datetime in java data type to iso8601
    See Also:
    ISO_8601
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(@NotNull java.time.OffsetDateTime offsetDateTime)  
      static java.lang.String format​(@NotNull java.time.ZonedDateTime zonedDateTime)  
      static java.lang.String formatDate​(@NotNull java.time.OffsetDateTime offsetDate)  
      static java.lang.String formatDate​(@NotNull java.time.ZonedDateTime zonedDate)  
      static java.lang.String formatTime​(@NotNull java.time.OffsetTime value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)