Hi all,
When I use DynaActionForm, I config bean-property type is java.lang.Date
Code:
<bean-property name="toDate" type="java.lang.Date"/>
When I input to Form is "2007/06/06", it works very well,but if I input is "06/06/2007" it does not work.
Some body help me to solve this problem
Thanks and best regard,
Sangdv.
When I use DynaActionForm, I config bean-property type is java.lang.Date
Code:
<bean-property name="toDate" type="java.lang.Date"/>
When I input to Form is "2007/06/06", it works very well,but if I input is "06/06/2007" it does not work.
Some body help me to solve this problem
Thanks and best regard,
Sangdv.