Posts tagged with: dates
To format internationalized data properly, Java has a bunch of handy features. If you're English, you'll probably be setting your Locale to Locale.ENGLISH
and all your i18n messages will come out fine, numbers, percentages, currencies etc. look right, and it all pretty much works. However...