Description
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.
<s:date name="timestamp_of_type_long" format="HH:mm"/>
and
<s:set var="d" value="date.time + (3 * 60 * 1000)"/> <s:date name="#d" format="HH:mm"/>