RE: Date/time formatting

2009-05-08 Thread Jon Pearson
Nevermind, I was reading it wrong; when using those format strings, they belong in tags, not in . Sorry, and thanks! > -Original Message- > From: Jon Pearson > Sent: Friday, May 08, 2009 7:53 AM > To: Struts Users Mailing List > Subject: RE: Date/time formatting >

RE: Date/time formatting

2009-05-08 Thread Jon Pearson
ing.net] > Sent: Thursday, May 07, 2009 9:03 PM > To: Struts Users Mailing List > Subject: Re: Date/time formatting > > http://struts.apache.org/2.1.6/docs/formatting-dates-and-numbers.html > > Jon Pearson schrieb: > > Right, but I don't want to specify the form

Re: Date/time formatting

2009-05-07 Thread Rene Gielen
put. Is there a way to get both? -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Wednesday, May 06, 2009 2:20 PM To: Struts Users Mailing List Subject: RE: Date/time formatting you can also use the Struts date tag <%...@taglib prefix="s"

RE: Date/time formatting

2009-05-06 Thread Jon Pearson
n Gainty [mailto:mgai...@hotmail.com] > Sent: Wednesday, May 06, 2009 2:20 PM > To: Struts Users Mailing List > Subject: RE: Date/time formatting > > > you can also use the Struts date tag > <%...@taglib prefix="s" uri="/struts-tags" %> name="person.birt

RE: Date/time formatting

2009-05-06 Thread Martin Gainty
seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 6 May 2009 14:04:33 -0400 > From: terry.

Re: Date/time formatting

2009-05-06 Thread Terry Gardner
java.text.SimpleDateFormat formats a java.util.Date according to a locale and a patter specified by the client. On May 6, 2009, at 1:10 PM, Jon Pearson wrote: If I wanted to output a date/time value in the user's locale, is there a simple way to do that? I see there is a tag which would be

Date/time formatting

2009-05-06 Thread Jon Pearson
If I wanted to output a date/time value in the user's locale, is there a simple way to do that? I see there is a tag which would be helpful for getting the date format correct without manually specifying it, but what about a similar tag? Am I going to need to manually specify the standard date fo