Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B86C610847 for ; Mon, 22 Apr 2013 00:27:19 +0000 (UTC) Received: (qmail 74011 invoked by uid 500); 22 Apr 2013 00:27:16 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 73960 invoked by uid 500); 22 Apr 2013 00:27:16 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 73910 invoked by uid 99); 22 Apr 2013 00:27:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 00:27:16 +0000 Date: Mon, 22 Apr 2013 00:27:16 +0000 (UTC) From: "Justin Mclean (JIRA)" To: dev@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (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" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-12503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-12503: ---------------------------------- Valid formatting of dates is important. > 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 > > 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: > 24:00 AM > > Expected Results: > 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