Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 92801 invoked from network); 9 Oct 2000 12:49:37 -0000 Received: from muedi6-212-144-216-061.arcor-ip.net (HELO zeus.atmiralis.de) (@212.144.216.61) by locus.apache.org with SMTP; 9 Oct 2000 12:49:37 -0000 Received: from atmiralis.de (michael@sokrates.atmiralis.de [192.168.18.21]) by zeus.atmiralis.de (8.9.3/8.9.3) with ESMTP id PAA10282 for ; Mon, 9 Oct 2000 15:05:49 +0200 Sender: michael@atmiralis.de Message-ID: <39E1ADF8.E08E26D4@atmiralis.de> Date: Mon, 09 Oct 2000 13:37:28 +0200 From: Michael Bierenfeld Organization: Atmiralis X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: Util:time References: <39E1BC61.C3680FA6@nextra.ro> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Gergely Imre wrote: > > Hi all! > > Where can I see the format values in > Are there some docs? > > -- > GImre > -> ICQ# 86297366 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org Hi again, it should be the same format as in the JDK SimpleDateFormat formatter = new SimpleDateFormat ("dd.MM.yyyy"); SimpleDateFormat jdbcFormatter = new SimpleDateFormat ("yyyy-MM-dd") Regards Michael