[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.babel] Re: Is it possible to get the dates/time in a specific locale but not the translations from that locale?

Hi,

Do you want to format the date/time in your own application or wish to do so in Eclipse IDE?

I believe in some OSs you may also do so on a lower level, I remember even using UK keyboard or date/time format in Dubai or Switzerland (even though the language was German or US English)

In your own code, using Java DateFormat with a Locale different than the default would do the trick.

Werner