Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 2814 invoked from network); 20 Feb 2008 13:49:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 13:49:00 -0000 Received: (qmail 57376 invoked by uid 500); 20 Feb 2008 13:48:46 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 56782 invoked by uid 500); 20 Feb 2008 13:48:44 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 56771 invoked by uid 99); 20 Feb 2008 13:48:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 05:48:44 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.126.171] (HELO moutng.kundenserver.de) (212.227.126.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 13:48:11 +0000 Received: from [192.168.0.234] (host86-153-27-168.range86-153.btcentralplus.com [86.153.27.168]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1JRpJ42YMv-0006VR; Wed, 20 Feb 2008 14:48:19 +0100 Message-ID: <47BC2FA2.40300@cyberspaceroad.com> Date: Wed, 20 Feb 2008 13:48:18 +0000 From: Adam Hardy User-Agent: Icedove 1.5.0.14pre (X11/20080208) MIME-Version: 1.0 To: Struts Users Mailing List Subject: Date formatting? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/Xy+07xCz1V0jo9u7CyubB+97Eyk3z1hHg5wN B9X0SRSg2CvwotwkFv1YVzIkoYcuhdjHD+Y5iGUTLyY4Hbi7ZT HOOxOtGijo31vb4Pj6N1Qb+SArpQCA0 X-Virus-Checked: Checked by ClamAV on apache.org I just checked that there is no JSTL configuration setting to apply a format type or pattern to across the whole webapp. I need the ISO date format on 99% of dates displayed on my current app, but there is no way to change the default globally for from dateStyle="medium". It seems like a prime target for a quick taglib, to avoid using the following everywhere, with x number of errors by sloppy coders (that would be me): Or is there something I'm missing? Somewhat off-topic I realise after checking the S2 taglib reference :O Regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org