Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3531420 By: funkiwan
Here's how I have it in my .jsp file: <display:column align="left" title="Batch Date" sortable="true" sortProperty="dateCreatedSortValue" property="dateCreated" /> In this instance, the objects being iterated over have an underlying value that represents the date they were created. The object has a dateCreated bean property, which returns a formatted date string that is suitable for display. Additionally, it has as a dateCreatedSortValue bean property which returns a long value. This is the result of calling the getTime method on the underlying date field. Hope that helps, Jonathan. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249317 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

