File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 207
207
208
208
</section >
209
209
210
+ <section xml : id =" new-in-3.2-date-time-format-without-joda" >
211
+ <title >Support for <interfacename >@DateTimeFormat</interfacename > without Joda Time</title >
212
+ <para >The <interfacename >@DateTimeFormat</interfacename > annotation can now be
213
+ used without needing a dependency on the Joda Time library. If Joda Time is not
214
+ present the JDK <classname >SimpleDateFormat</classname > will be used to parse and
215
+ print date patterns. When Joda time is present it will continue to be used in
216
+ preference to <classname >SimpleDateFormat</classname >.
217
+ </para >
218
+ </section >
219
+
220
+ <section xml : id =" new-in-3.2-global-date-time-format" >
221
+ <title >Global date & time formatting</title >
222
+ <para >It is now possible to define global formats that will be used when parsing
223
+ and printing date and time types. See
224
+ <xref linkend =" format-configuring-formatting-globaldatetimeformat" /> for details.
225
+ </para >
226
+ </section >
210
227
</section >
211
228
</chapter >
You can’t perform that action at this time.
0 commit comments