Enum Class的使用
cn.taketoday.format.annotation.DateTimeFormat.ISO
使用DateTimeFormat.ISO的程序包
程序包
说明
Annotations for declaratively configuring field formatting rules.
Formatters for
java.util.Date properties.Integration with the JSR-310
java.time package in JDK 8.-
cn.taketoday.format.annotation中DateTimeFormat.ISO的使用
修饰符和类型方法说明static DateTimeFormat.ISOReturns the enum constant of this class with the specified name.static DateTimeFormat.ISO[]DateTimeFormat.ISO.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.taketoday.format.datetime中DateTimeFormat.ISO的使用
修饰符和类型方法说明voidDateFormatter.setIso(DateTimeFormat.ISO iso) Set the ISO format to use to format date values. -
cn.taketoday.format.datetime.standard中DateTimeFormat.ISO的使用
修饰符和类型方法说明voidDateTimeFormatterFactory.setIso(DateTimeFormat.ISO iso) Set the ISO format used to format date values.