Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. dtFormatter.format(new Date(30000000, 11, 31, 23, 59, 59, 935)), notice that the year is 30000000 illegal
Actual Results:
returned 'Sunday,December31,30000000 11:59:59 PM'
Expected Results:
return empty string
Workaround (if any):
Note:
Found at line 145,147,153,155 in Method longDate(), shortDate()