Return-Path: X-Original-To: apmail-tomcat-taglibs-user-archive@www.apache.org Delivered-To: apmail-tomcat-taglibs-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A6E31185D for ; Thu, 4 Sep 2014 07:32:51 +0000 (UTC) Received: (qmail 38700 invoked by uid 500); 4 Sep 2014 07:32:51 -0000 Delivered-To: apmail-tomcat-taglibs-user-archive@tomcat.apache.org Received: (qmail 38638 invoked by uid 500); 4 Sep 2014 07:32:51 -0000 Mailing-List: contact taglibs-user-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@tomcat.apache.org Received: (qmail 38626 invoked by uid 99); 4 Sep 2014 07:32:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2014 07:32:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of miyauchk@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2014 07:32:24 +0000 Received: by mail-wi0-f175.google.com with SMTP id ho1so509243wib.14 for ; Thu, 04 Sep 2014 00:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MJUehHBVwBNx7/TSBo8nbFrRG1uvFuwEpgokeAGJJLY=; b=Y+nXn3u+5C7hMD8OtwA0DuoQeqUSPrqjVZCJcXCngqASzpLb6tCJaKTNgdPXNiWzKF uqMsyK+bDUut+uHhknwXmH6ACjwdXEJLB+B8+Z1tYeZ35csChjxkWid79HkaXPl9n44R pPQQjHYhlxkZPQCmPDC+BuptlTRLmkegtlj7tj7MvYVB8TN3DMxcRNFGPjVdet2NKBJ0 HTYn0LSee8zlIkAk0XKVrjclNlpL59TmNJ6gsk2U3F8DNuxBxSQQsVeTYauOT1UyHjKz i/IeIjnES0sjjz2ageuBIJeW5Z0ier7nOToGvuVlWnu9ymqDRN1bMM6IZdBe24Xx5qBY KAyw== MIME-Version: 1.0 X-Received: by 10.194.24.101 with SMTP id t5mr3591234wjf.76.1409815944024; Thu, 04 Sep 2014 00:32:24 -0700 (PDT) Received: by 10.194.216.2 with HTTP; Thu, 4 Sep 2014 00:32:23 -0700 (PDT) Date: Thu, 4 Sep 2014 16:32:23 +0900 Message-ID: Subject: How to get short description of interval data by EL? From: Kazuaki Miyauchi To: taglibs-user@tomcat.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm making Web-DB program using JSTL on Tomcat and Postgres. In there, I'd like to show interval data using EL. But, ${rowSelect.interval} shows following long data. 0 years 0 mons 0 days 0 hours 13 mins 15.114 secs interval is data of interval type of Postgres. How can I get normal expression such as "0:13:15" using EL? Regards, Kazuaki Miyauchi --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@tomcat.apache.org For additional commands, e-mail: taglibs-user-help@tomcat.apache.org