Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 63541 invoked from network); 4 Nov 2003 20:56:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Nov 2003 20:56:19 -0000 Received: (qmail 52232 invoked by uid 500); 4 Nov 2003 20:55:57 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 52204 invoked by uid 500); 4 Nov 2003 20:55:57 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 52191 invoked from network); 4 Nov 2003 20:55:56 -0000 Received: from unknown (HELO zilweb.tdci.pl) (213.241.6.245) by daedalus.apache.org with SMTP; 4 Nov 2003 20:55:56 -0000 Received: (qmail 9319 invoked from network); 4 Nov 2003 10:31:19 -0000 Received: from smtp2.polbox.com (HELO smtp.polbox.com) (root@213.241.3.136) by zilweb.sint.pl with SMTP; 4 Nov 2003 10:31:19 -0000 Received: (from root@localhost) by smtp.polbox.com (8.11.6/8.9.2) id hA4AVKF21849 for users@cocoon.apache.org..procmail; Tue, 4 Nov 2003 11:31:20 +0100 Received: from polbox.com (host130-78.crowley.pl [62.89.78.130]) by smtp.polbox.com (8.11.6/8.9.2) with ESMTP id hA4AVKs21844 for ; Tue, 4 Nov 2003 11:31:20 +0100 Message-ID: <3FA77FEF.8070200@polbox.com> Date: Tue, 04 Nov 2003 11:31:11 +0100 From: Tomasz Bech User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: pl, en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: i18n: how to override locale date format? References: <20031103191640.9A372A3602@rekin5.o2.pl> In-Reply-To: <20031103191640.9A372A3602@rekin5.o2.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It uses DateFormat.getDateInstance(style, locale). How Java handles the locale don't know, but it hadles it correctly: According to Polish rules it should be (and IS) yyyy-MM-dd. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org