2007/2/25, Wesslan <[EMAIL PROTECTED]>:
I really like -MM-DD because that's the way we always write dates in
Sweden... :)
-Original Message-
From: Stefan [mailto:[EMAIL PROTECTED]
Sent: den 24 februari 2007 22:40
To: Struts Users Mailing List
Subject: Re: [S2] doubt worki
I really like -MM-DD because that's the way we always write dates in
Sweden... :)
-Original Message-
From: Stefan [mailto:[EMAIL PROTECTED]
Sent: den 24 februari 2007 22:40
To: Struts Users Mailing List
Subject: Re: [S2] doubt working with dates in brazilian format (dd/MM
Daniel Amadei schrieb:
Hi All,
I'm working with dates but I'm not able to convert dates to be
displayed automatically using the brazilian format (e. g. dd/MM/).
Also I'd like to know how to validate my dates using this format and
not the standard.
If somebody could point me to the docs wher
Hi Daniel,
Maybe this will help.
You may create converters for any type.
Here is one I use for dates.
You also need to put 'xwork-conversion.properties' file in classpath,
something like:
java.util.Date=aaa.utils.typeconverter.DateConverter
And the converter class:
public class DateConverter e
4 matches
Mail list logo