RE: Struts 2 date field problem

2011-10-11 Thread karthick.gunasekaran
From: Li Ying [mailto:liying.cn.2...@gmail.com] Sent: Tuesday, October 11, 2011 6:37 PM To: Struts Users Mailing List Subject: Re: Struts 2 date field problem Did your problem happens when date input or output? For output case, the tag can let you choose the format to use. See:

Re: Struts 2 date field problem

2011-10-11 Thread Li Ying
Did your problem happens when date input or output? For output case, the tag can let you choose the format to use. See: http://struts.apache.org/2.x/docs/date.html For input case, Struts2 can convert HTTP parameters from String into most of data type you need, include Date. But for Date, it [us