Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Issue1 steps to reproduce:
1. use Property SHORTDATEPATTERN plus SHORTTIMEPATTERN for dateTimePattern.
2. get the dateTimePattern.
Actual Results: "m/d/yyyyhh:mm a"
Expected Results: "m/d/yyyy hh:mm a"
Issue2 steps to reproduce:
1. Method longDate()- There is no space between 'WEEKDAYLABELS', 'MONTHLABELS', 'getDate()' and 'getFullYear()'.
2. get formatted string.
Actual Results: "Thursday,January1,1970 08:00:00 AM"
Expected Results: "Thursday, January 01, 1970 8:00:00 AM"
Notes: issue happens in code line 111 and 153.