Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 8.x
Language Found: English
Description
In current method returnTime(), it use property dateStyle in the if statement, like:
if(dateStyle == "short")
else if (dateStyle == "medium")
else if (dateStyle == "none")
It should use timeStyle in if statement.
Notes:
Issue happens at FallbackDateTimeFormatter source code line 101, 103, 105.