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/22 02:27:16 UTC

[jira] [Updated] (FLEX-12503) DateFormatter with formatString "MM/DD/YYYY H:NN A" formats Time of "00:00:00" to "24:00 AM" instead of "00:00 AM"

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

Justin Mclean updated FLEX-12503:
---------------------------------

    Labels: easytest  (was: )
    
> DateFormatter with formatString "MM/DD/YYYY H:NN A" formats Time of "00:00:00" to "24:00 AM" instead of "00:00 AM"
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-12503
>                 URL: https://issues.apache.org/jira/browse/FLEX-12503
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Formatters
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Assignee: Adobe JIRA
>            Priority: Minor
>              Labels: easytest
>
> Steps to reproduce:
> 1. Create Date object with time of "00:00:00"
> 2. Create DateFormatter with formatString of "MM/DD/YYYY H:NN A"
> 3. format() and see the result
>  
>  Actual Results:
>  <date> 24:00 AM
>  
>  Expected Results:
>  <date> 00:00 AM (to comply with SQL standard)
>  
>  Workaround (if any):
>  replace " 24:" with " 00:" if found in result string

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