Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AD05B200C6B for ; Tue, 18 Apr 2017 05:31:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB8EA160BAE; Tue, 18 Apr 2017 03:31:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 007C4160BAB for ; Tue, 18 Apr 2017 05:31:53 +0200 (CEST) Received: (qmail 14245 invoked by uid 500); 18 Apr 2017 03:31:53 -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 14234 invoked by uid 99); 18 Apr 2017 03:31:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2017 03:31:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 543EAC0B41 for ; Tue, 18 Apr 2017 03:31:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.932 X-Spam-Level: * X-Spam-Status: No, score=1.932 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id hDpzXww7yWhp for ; Tue, 18 Apr 2017 03:31:50 +0000 (UTC) Received: from icp-osb-irony-out8.external.iinet.net.au (icp-osb-irony-out8.external.iinet.net.au [203.59.1.225]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8DB455FBA7 for ; Tue, 18 Apr 2017 03:31:49 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DIAwD+h/VY/42NqXwNTx0BBQELAYJuOoV9m1Mhl26GIQECAoRcAQIBAQEBAQKGKQEBAQIBI1sLCwQJNQICV4ooqgNogiYminsBAQgCASWILgErCoJjhSOCOi6CMQWdG5NQihaGRo9OhDyBXCYdCBgVVQGCQ4JGgVyJfgEBAQ X-IPAS-Result: A2DIAwD+h/VY/42NqXwNTx0BBQELAYJuOoV9m1Mhl26GIQECAoRcAQIBAQEBAQKGKQEBAQIBI1sLCwQJNQICV4ooqgNogiYminsBAQgCASWILgErCoJjhSOCOi6CMQWdG5NQihaGRo9OhDyBXCYdCBgVVQGCQ4JGgVyJfgEBAQ X-IronPort-AV: E=Sophos;i="5.37,217,1488816000"; d="scan'208,217";a="202175821" Received: from unknown (HELO [192.168.0.5]) ([124.169.141.141]) by icp-osb-irony-out8.iinet.net.au with ESMTP; 18 Apr 2017 11:31:41 +0800 From: Justin Mclean Content-Type: multipart/alternative; boundary="Apple-Mail=_DE58350A-9EF2-497B-B1BA-288D062E0EE7" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [4/6] git commit: [flex-asjs] [refs/heads/develop] - replace existing format bead if it exists Date: Tue, 18 Apr 2017 13:31:40 +1000 References: <794b17c1b0b147e4b440ad80a9008917@git.apache.org> To: dev@flex.apache.org In-Reply-To: Message-Id: <76D472B8-4966-4BFB-A307-19DE891466FF@classsoftware.com> X-Mailer: Apple Mail (2.3273) archived-at: Tue, 18 Apr 2017 03:31:54 -0000 --Apple-Mail=_DE58350A-9EF2-497B-B1BA-288D062E0EE7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 HI, > What is the scenario where everybody will need this code? If they want to use a date formatter and not have dates displayed as = =E2=80=9CYYYY-MM-DD=E2=80=9D. Before these changes dates would be formatted as US style dates by = default and if you added a different date format bead it would still = incorrectly display in US date format. Middle endian / US style dates = should not be the default as they are only used by about 5-10% of the = world=E2=80=99s population. If you prefer I can change the default to = "DD/MM/YYYY=E2=80=9D rather than YYYY-MM-DD format (ISO 8601). Basically code like this would still display US style dates. Reason being that it was just finding the first IFormatBead which was = defined in the CSS, any other IFormatBead bead the user added would be = ignored. Thanks, Justin= --Apple-Mail=_DE58350A-9EF2-497B-B1BA-288D062E0EE7--