[
https://issues.apache.org/jira/browse/FLEX-20956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reopened FLEX-20956:
----------------------------------
MMM is default in some locales so should be supported.
> [Localization]: DateField should support "MMM" and "MMMM" for formatString
> --------------------------------------------------------------------------
>
> Key: FLEX-20956
> URL: https://issues.apache.org/jira/browse/FLEX-20956
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: DateField
> Affects Versions: Adobe Flex SDK 3.4 (Release)
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
> Reporter: Adobe JIRA
> Assignee: Adobe JIRA
> Priority: Minor
>
> Steps to reproduce:
> 1. Compile and run the following application:
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application
> xmlns:mx="http://www.adobe.com/2006/mxml"
> styleName="plain">
> <mx:Form>
> <mx:FormItem label="Enter new date:">
> <mx:DateField id="df" selectedDate="{new Date(2009,8,8)}"
> formatString="DD-MMMM-YYYY"/>
> </mx:FormItem>
> </mx:Form>
> </mx:Application>
> Actual Results:
> <mx:DateField> field displays "08-0909-2009"
>
> Expected Results:
> <mx:DateField> field should display "08-September-09"
>
> Workaround (if any):
> Patch static method "dateToString" of DateField by ourselves.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira