类 DateTimeFormatters


  • public class DateTimeFormatters
    extends java.lang.Object
    Common DateTimeFormatters
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.time.format.DateTimeFormatter ISO_SIMPLE_MILLS
      A simple DateTimeFormatter use iso 8601 format but omit the 'T' char and the timezone part.
      static java.time.format.DateTimeFormatter ISO_SIMPLE_NANOS
      A simple DateTimeFormatter use iso 8601 format but omit the 'T' char and the timezone part.
      static java.time.format.DateTimeFormatter ISO_SIMPLE_SECONDS
      A simple DateTimeFormatter use iso 8601 format but omit the 'T' char and the timezone part.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • ISO_SIMPLE_NANOS

        public static final java.time.format.DateTimeFormatter ISO_SIMPLE_NANOS
        A simple DateTimeFormatter use iso 8601 format but omit the 'T' char and the timezone part.
      • ISO_SIMPLE_MILLS

        public static final java.time.format.DateTimeFormatter ISO_SIMPLE_MILLS
        A simple DateTimeFormatter use iso 8601 format but omit the 'T' char and the timezone part.
      • ISO_SIMPLE_SECONDS

        public static final java.time.format.DateTimeFormatter ISO_SIMPLE_SECONDS
        A simple DateTimeFormatter use iso 8601 format but omit the 'T' char and the timezone part.
    • 构造器详细资料

      • DateTimeFormatters

        public DateTimeFormatters()