Browse Source

Updated Javadoc: date format patterns SPR-17366

(cherry picked from commit 61403e3bd3)
pull/1998/head
volkovandr 6 years ago committed by Juergen Hoeller
parent
commit
b0433810da
  1. 4
      spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

4
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

@ -97,13 +97,13 @@ public @interface DateTimeFormat {
DATE, DATE,
/** /**
* The most common ISO Time Format {@code HH:mm:ss.SSSZ}, * The most common ISO Time Format {@code HH:mm:ss.SSSXXX},
* e.g. "01:30:00.000-05:00". * e.g. "01:30:00.000-05:00".
*/ */
TIME, TIME,
/** /**
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ}, * The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSXXX},
* e.g. "2000-10-31T01:30:00.000-05:00". * e.g. "2000-10-31T01:30:00.000-05:00".
* <p>This is the default if no annotation value is specified. * <p>This is the default if no annotation value is specified.
*/ */

Loading…
Cancel
Save