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/21 04:41:15 UTC

[jira] [Resolved] (FLEX-18846) DateField wrong value for 09/10/1977 (dd/mm/yyyy)

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

Justin Mclean resolved FLEX-18846.
----------------------------------

    Resolution: Won't Fix

Not an Apache Flex issue so can't fix.

Flash Player issue see:
https://bugs.adobe.com/jira/browse/FP-1760
https://bugbase.adobe.com/index.cfm?event=bug&id=2924448
                
> DateField wrong value for 09/10/1977 (dd/mm/yyyy)
> -------------------------------------------------
>
>                 Key: FLEX-18846
>                 URL: https://issues.apache.org/jira/browse/FLEX-18846
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: DateField
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>
> Steps to reproduce:
> 1. Project add DateField
> 2. execute project
> 3. select date 09/10/1977 (format (dd/mm/yyyy))
>  
>  Actual Results:
> 08/10/1977 
>  
>  Expected Results:
>  09/10/1977
>  
>  Workaround (if any):
>  The problem is javascrit validation
>          javascript:alert(new Date(1977,10-1,09)) = Sat Oct 8 23:00:00 UTC-0400 1977
>          javascript:alert(new Date(1977,10-1,08)) = Sat Oct 8 00:00:00 UTC-0400 1977
>          javascript:alert(new Date(1977,10-1,10)) = Mon Oct 8 00:00:00 UTC-0400 1977

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