I haven't seen one.. however I've built in a simple set/get formatter at my
ActionForm level which solves the problem quite nicely.  It's
dead simple using only DateFormat and doing the conversion to String on the
fly.  However, if there is a better way.. I'd like to know as well.

Cheers.
Jon

[EMAIL PROTECTED] wrote:

> I have a form that displays a date value.  It always shows up in the medium
> date format.  Is there a way to specify in the <html:text> tag to display a
> short date in the proper locale?  I have tried formatting the getDateXXXX()
> method to return the proper date format, but it is not working.
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to