[ https://issues.apache.org/jira/browse/FLEX-16909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13634779#comment-13634779 ]
Justin Mclean commented on FLEX-16909: -------------------------------------- Issue still exists in Apache Flex 4.9. Dates get formated as "2013/7/01" for 1st July 2013 but "2013/1101" for 1st November 2013. Second date is missing "/". > DateField should support "M" for formatString > --------------------------------------------- > > Key: FLEX-16909 > URL: https://issues.apache.org/jira/browse/FLEX-16909 > Project: Apache Flex > Issue Type: Improvement > Components: mx: DateField > Affects Versions: Adobe Flex SDK 3.2 (Release) > Environment: Affected OS(s): Windows > Language Found: English > Reporter: Adobe JIRA > Assignee: Justin Mclean > Labels: easyfix, easytest > > Japanese usual format for date is YYYY/M/DD. However this format is not > supported by DateField that only support "MM" not "M". This is problematic > for japanese localization. > > > <?xml version="1.0" encoding="utf-8"?> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> > <mx:DateField formatString="YYYY/M/DD"/> > </mx:Application> -- 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