Skip to Content
0
Former Member
Sep 12, 2007 at 09:22 AM

Map Locale to DateFormat

26 Views

Hi,

What is the right way to map a Locale to a DateFormat object so that the mapping applies for all applications running on the j2ee engine?

Using DateFormat.getDateInstance(int style, Locale aLocale) one can get a DateFormat object for a certain Locale, but I didn't found any info on how to edit the mapping.

Thanks,

Jeroen