类的使用
org.springframework.format.annotation.DateTimeFormat.ISO
使用DateTimeFormat.ISO的程序包 程序包 说明 org.springframework.format.annotation Annotations for declaratively configuring field formatting rules.org.springframework.format.datetime Formatters forjava.util.Dateproperties.org.springframework.format.datetime.joda Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.org.springframework.format.datetime.standard Integration with the JSR-310java.timepackage in JDK 8.org.springframework.format.annotation中DateTimeFormat.ISO的使用
返回DateTimeFormat.ISO的org.springframework.format.annotation中的方法 修饰符和类型 方法 说明 DateTimeFormat.ISOiso()The ISO pattern to use to format the field.static DateTimeFormat.ISODateTimeFormat.ISO. valueOf(String name)返回带有指定名称的该类型的枚举常量。static DateTimeFormat.ISO[]DateTimeFormat.ISO. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。org.springframework.format.datetime中DateTimeFormat.ISO的使用
参数类型为DateTimeFormat.ISO的org.springframework.format.datetime中的方法 修饰符和类型 方法 说明 voidDateFormatter. setIso(DateTimeFormat.ISO iso)Set the ISO format used for this date.org.springframework.format.datetime.joda中DateTimeFormat.ISO的使用
参数类型为DateTimeFormat.ISO的org.springframework.format.datetime.joda中的方法 修饰符和类型 方法 说明 voidDateTimeFormatterFactory. setIso(DateTimeFormat.ISO iso)Set the ISO format used to format date values.org.springframework.format.datetime.standard中DateTimeFormat.ISO的使用
参数类型为DateTimeFormat.ISO的org.springframework.format.datetime.standard中的方法 修饰符和类型 方法 说明 voidDateTimeFormatterFactory. setIso(DateTimeFormat.ISO iso)Set the ISO format used to format date values.