How did you display formatted date

2003-01-22 Thread Emmanuel Boudrant
Hi, How can I display an object java.util.Date with the bean:write ... / (or somethig else) in a french format without using a SimpleDateFormat. DD/MM/YYY Thx, -emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en

Re: How did you display formatted date

2003-01-22 Thread Thomas CORNET
Personnaly, I use datetime taglib ... http://jakarta.apache.org/taglibs/doc/datetime-doc/intro.html Thomas At 11:50 22/01/2003 +0100, you wrote: Hi, How can I display an object java.util.Date with the bean:write ... / (or somethig else) in a french format without using a SimpleDateFormat.

RE : How did you display formatted date

2003-01-22 Thread Christophe Vigouroux
you display formatted date Hi, How can I display an object java.util.Date with the bean:write ... / (or somethig else) in a french format without using a SimpleDateFormat. DD/MM/YYY Thx, -emmanuel ___ Do You Yahoo!? -- Une adresse

Re: How did you display formatted date

2003-01-22 Thread Emmanuel Boudrant
I don't want to pass the Date object in a runtime expression value (with datetime.tld). BTW: It's work fine with bean:write name=... format=dd/MM// Thnx, -emmanuel --- Thomas CORNET [EMAIL PROTECTED] a écrit : Personnaly, I use datetime taglib ...