[
https://issues.apache.org/jira/browse/FLEX-33823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-33823.
----------------------------------
Resolution: Fixed
Fix Version/s: Apache Flex 4.11.0
Fixed and checked in.
> Certain DateField format strings causes null value in selectedDate
> ------------------------------------------------------------------
>
> Key: FLEX-33823
> URL: https://issues.apache.org/jira/browse/FLEX-33823
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: DateField
> Affects Versions: Apache Flex 4.10.0
> Environment: Affected OS(s): Mac
> Browser: Firefox
> Language Found: English
> Reporter: Robert Hunt
> Assignee: Justin Mclean
> Fix For: Apache Flex 4.11.0
>
>
> This is identical to FLEX-16656 but it appears the bug still occurs when
> certain format strings are used. I have discovered that the two letter month
> "MM" works fine but the three letter month "MMM" does not. The following
> definition caused the selectedDate property to be set to null after a date is
> chosen:
> <mx:DateField id="badDateField" formatString="DD/MMM/YYYY"/>
> EG: 14/Oct/2013
> The following appears to work fine and doesn't cause the date to be set to
> null after a date is chosen:
> <mx:DateField id="goodDateField" formatString="DD/MM/YYYY"/>
> EG: 14/10/2013
--
This message was sent by Atlassian JIRA
(v6.1#6144)