We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906a1f5 commit 7303680Copy full SHA for 7303680
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
@@ -27,7 +27,7 @@
27
*
28
* <p>Supports formatting by style pattern, ISO date time pattern, or custom format pattern string.
29
* Can be applied to {@link java.util.Date}, {@link java.util.Calendar}, {@link Long} (for
30
- * millisecond timestamps) as well as JSR-310 {@code java.time} and Joda-Time value types.
+ * millisecond timestamps) as well as JSR-310 {@code java.time}.
31
32
* <p>For style-based formatting, set the {@link #style} attribute to the desired style pattern code.
33
* The first character of the code is the date style, and the second character is the time style.
0 commit comments