Re: [displaytag-user] Sorting columns

2004-07-20 Thread DGraham
Convert the date to milliseconds? "Dries Plessers" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/19/2004 03:11 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject [displaytag-user] Sorting columns Hello all, does anybody

Re: [displaytag-user] Sorting columns

2004-07-20 Thread Bård Arve Evjen
return this.dateFormat.format(date); } } - And call the decorator by doing: ok? Regards, Bard - Original Message - From: "Dries Plessers" <[EMAIL PROTECTED]> Date: Mon, 19 Jul 2004 21:11:00 +0200 To: <[EMAIL PROTECTED]> Subject: [displaytag-user] Sorting columns &g

[displaytag-user] Sorting columns

2004-07-19 Thread Dries Plessers
Hello all, does anybody has an example on how to implement column sorting on dates. Date format is dd/mm/. thanks! --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy o

[displaytag-user] Sorting columns

2003-10-17 Thread Dejan Rudic
Hi, I would like you to consider adding custom comparators to the sorting facility. Currently, RowSorter class provides only basic "compareTo" over strings. I have developed the usage of user-provided comparators adding aditional tag "comparator" to the table tag. Comparator paramater represen