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 3066E200BB2 for ; Sat, 29 Oct 2016 13:18:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2ED37160AF4; Sat, 29 Oct 2016 11:18:35 +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 6C3BF160AF1 for ; Sat, 29 Oct 2016 13:18:34 +0200 (CEST) Received: (qmail 36274 invoked by uid 500); 29 Oct 2016 11:18:33 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 36263 invoked by uid 99); 29 Oct 2016 11:18:33 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2016 11:18:33 +0000 Received: from [192.168.74.128] (lan-93-185-252-82.maardu.stv.ee [93.185.252.82]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id EC1121A0375 for ; Sat, 29 Oct 2016 11:18:32 +0000 (UTC) To: dev@struts.apache.org From: Aleksandr Mashchenko Subject: long to s:date Message-ID: <3b2a1910-6dab-b37b-e29e-8251e50008ec@apache.org> Date: Sat, 29 Oct 2016 14:18:17 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Sat, 29 Oct 2016 11:18:35 -0000 Hello, Currently supports java.util.Date and java.util.Calendar. How about adding support for long? It will allow to display timestamps of long type w/o converting them and to do some arithmetics on date on JSP w/o creating intermediate date object. E.g. and Implemented this locally and it seems working fine. Can you think of any unintentional side effects of adding long to ? --- Regards, Aleksandr --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org