Just add a getter to your "train" object that translates the startDate into the format you'd like. Use a DateFormat object.
-Brian On Thu, Feb 18, 2010 at 5:07 PM, fireapple <[email protected]> wrote: > > Dear all, I'm using > <s:textfield name="train.startDate" cssClass="datepicker"> > > where startDate is a java.util.Date field of an object train. > > The output is something like this: > > http://old.nabble.com/file/p27647328/date.png > > How can I eliminate the 12:00:00 in the textfield? Thanks! > -- > View this message in context: > http://old.nabble.com/how-to-eliminate-time-in-%3Cs%3Atextfield%3E-tp27647328p27647328.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

