Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile & run w/ Japanese locale (-locale ja_JP)
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
<mx:DateFormatter id="df" formatString="EEEE, MMMM DD, YYYY at HH:NN:SS A" />
</fx:Declarations>
<mx:TextInput id="tin" creationComplete="tin.text= df.format('2006/12/05');" />
</s:Application>
Actual Results:
火曜日, 12月 05, 2006 at 24:00:00 午前
Expected Results:
火, 12月 05, 2006 at 24:00:00 午前
Workaround (if any):