Merge pull request #1025 from julianladisch
* pr/1025: Fix simple data format in appendix Closes gh-1025
This commit is contained in:
@@ -749,7 +749,7 @@ essentially the same as the following XML snippet:
|
|||||||
[source,xml,indent=0,subs="verbatim,quotes"]
|
[source,xml,indent=0,subs="verbatim,quotes"]
|
||||||
----
|
----
|
||||||
<bean id="dateFormat" class="java.text.SimpleDateFormat">
|
<bean id="dateFormat" class="java.text.SimpleDateFormat">
|
||||||
<constructor-arg value="yyyy-HH-dd HH:mm"/>
|
<constructor-arg value="yyyy-MM-dd HH:mm"/>
|
||||||
<property name="lenient" value="true"/>
|
<property name="lenient" value="true"/>
|
||||||
</bean>
|
</bean>
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user