You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/04/28 11:54:16 UTC

[jira] [Resolved] (FLEX-24259) DateField does not correctly parse nor format dates in fr_FR locale

     [ https://issues.apache.org/jira/browse/FLEX-24259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean resolved FLEX-24259.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex 4.10.0

Recent changes in develop branch have fixed this.
                
> DateField does not correctly parse nor format dates in fr_FR locale
> -------------------------------------------------------------------
>
>                 Key: FLEX-24259
>                 URL: https://issues.apache.org/jira/browse/FLEX-24259
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: DateField
>    Affects Versions: Adobe Flex SDK 4.1 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: French
>            Reporter: Adobe JIRA
>            Priority: Minor
>              Labels: easytest
>             Fix For: Apache Flex 4.10.0
>
>
> Steps to reproduce:
> 1. Run attached sample
>  
>  Actual Results:
> The traces are: 2106062010 and null 
>  
>  Expected Results:
> They should be: 21 Jun 2010 and Wed Jun 21 00:00:00 GMT+0200 2006
>  
>  The date format comes from the framework_rb.swc file, SharedResources.properties resource bundle, dateFormat resource. In fr_FR locale is "D MMM YYYY", I guess it is expressed using the DateFormatter format, but the DateField is *not* using a DateFormatter but inner static methods which have a different behavior.
> Regards,

--
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