Sun Java Solaris Communities My SDN Account Join SDN
 
FAQs

General

NOTE: This material does not necessarily refer to the most recent version of Java. For the most recent FAQs, see here.
  • General Java I18n
  • Date/Time Format I18n
    • Could you tell me if there are any Y2K issues when writing a function which uses various date formatting styles and returns a date formatter?
    • When I try to format a date object to french locale, the date/time format produces an error. For example, the output looks something like: 25 jun 00 22:32:20. Here the error is that the year (2000) is shown as 00. Can you please tell me why this is happening?
  • Locale Alphabets
    • Is there a method called something like Locale.getAlphabet() which returns a String or StringBuffer of characters, in their normal sort order for a given locale? If not, is there any way of getting such a method implemented?

  • General Java I18n