Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4243488

In ukrainian locale dates have second syntactically incorrect comma

XMLWordPrintable



      Name: vi73552 Date: 06/02/99


      The JDK used is the full version "JDK-1.2-V".
      This bug is present in older JDKs too.
      The format of is
      ?'??????, 28, ?????? 1999
      while should be
      ?'??????, 28 ?????? 1999

      the code used is:

      DateFormat dfLong = DateFormat.getDateInstance(DateFormat.LONG, new Locale("uk", "UA"));
      java.util.Date d = new java.util.Date();
      String dateLong = dfLong.format(d);
      (Review ID: 83778)
      ======================================================================

            kcolfersunw Kieran Colfer (Inactive)
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: