Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8282081 java.time.DateTimeFormatter: wrong definition of symbol F
  3. JDK-8282503

Release Note: java.time.DateTimeFormatter: Wrong Definition of Symbol F

XMLWordPrintable

    • generic
    • generic

      The definition and its implementation of the pattern symbol `F` in `java.time.format.DateTimeFormatter/Builder` has been modified. It was tied with `ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH` field, which did not agree with `java.text.SimpleDateFormat` and Unicode Consortium's LDML. With this release, it represents `ChronoField.ALIGNED_WEEK_OF_MONTH` field. For example, the number `2` means "the 2nd Wednesday in July."

            naoto Naoto Sato
            naoto Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: