Oh never mind, I just have to override
public StringBuffer format(Date date, StringBuffer toAppendTo,
FieldPosition pos)
on my SimpleDateFormat
and hey presto I have the time.
thanks!
Greg
On Wed, Sep 17, 2008 at 2:55 PM, Greg Caulton <cau...@gm...> wrote:
> Hi,
>
> I used a custom SimpleDateFormat and called setDateFormat so I can
> parse a variety of date formats and also the time.
>
> How can I change the display format of the (formatted) text field? I
> don't want to use the date style as I want a wider variety of formats.
>
> thanks!
>
> Greg
>
|