Re: Format Date
"Anatoly Shipitsin" <[email protected]>
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <[email protected]> |
2007/11/22, Jorge Uriarte Aretxaga <[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 :-). > ============================================== Thanks. It's work! :) Can you add to ScarabBundle_ru.properties this date pattern? ShortDatePattern=dd/MM/yyyy ShortDateDisplay=dd/MM/yyyy ShortDateTimePattern=dd/MM/yyyy HH:mm ShortDateTimeDisplay=dd/MM/yyyy HH:mm