Re: Format Date
"Jorge Uriarte Aretxaga" <[email protected]>
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <[email protected]> |
You must use ShortDatePattern in your i18n bundle. Quoting a great explanation given before in the lists by Philippe Daigremont: ============================================== It's internationalization stuff: ShortDatePattern is the pattern used to convert string into date format. ShortDateDisplay is the way you show this format for end users. For example, in France, DD/MM/YYYY means nothing for many peoples. You must show JJ/MM/AAAA for "normal French" to understand :-). ============================================== On 11/22/07, Anatoly Shipitsin <[email protected]> wrote: > How change format date from mm/dd/yyyy to dd/mm/yyyy ? >