Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33516

DateFormatter.parseDate assumes months comes before days in all locales

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Apache Flex 4.9.0
    • None
    • Formatters
    • None

    Description

      Offending code:

      if (mon < 0)
      mon = (num - 1);
      else if (day < 0)
      day = num;
      else if (sec < 0)
      sec = num;
      else if (milli < 0)
      milli = num;
      else
      break; //error

      marked with FIXME in 4.10.0 develop branch

      Attachments

        Activity

          People

            Unassigned Unassigned
            jmclean Justin Mclean
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: