Paslaru Narcis schrieb:
> Hi all,
> 
> I have a property of type Date that represents the difference of 2 dates
> (the duration).
> What format pattern should I use in order to get the days, hours, minutes
> and seconds ?

A date object is not really suitable for holding a duration. You should 
compute the difference of both in a long field and pass over to: 
http://commons.apache.org/lang/api-release/org/apache/commons/lang/time/DurationFormatUtils.html

It's best to stick with ISO period format.

Mike

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to