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
Steps to reproduce:
1. Define a Date instance
2. Define a DateTimeFormatter instance with dateSyle 'none' and timeStyle 'none'
3. Format the date defined in step 1
Actual Results:
" " (with a space in it)
Expected Results:
empty string
Notes:
Issue happens at FallbackDateTimeFormatter source code line 78 and 83