0 Replies Latest reply on Sep 14, 2007 4:48 PM by rodrigotico

    Locale and date format

    rodrigotico

      Hi,

      I have two locales on my faces-config: (pt_Br, en).

      In both cases, my dates are always displayed as "YYYY/mm/dd" and I'd like to display "dd/mm/YYYY" when the pt_Br locale is set.

      The default date format shouldn't be loaded by the current locale?

      How to set a date format for a specific locale?

      I don't want to use <s:convertDateTime pattern="dd/MM/yyyy"/> on every outputtext that I have.

      Thanks.