posted 14 years ago
Hi,
I'm using Spring 3.0. I wanted to take advantage of Spring forms, so I had
where endDate is a java.util.Datefield of my command object. However, I notice that the date is printed out in verbose format, and I would prefer to apply a formatting to it. The only way I have found so far is to abandon Spring forms and go with
I don't like this mixed Spring form/non-Spring form approach and so I wanted to ask if there's something I'm missing or if this is the only way to do it.
Thanks, - Dave