fea jabi wrote:
using JSP. Is there any formatting in JSP for dates?
Use the JSTL tag. That _is_ JSP. Otherwise you'll need to use a scriptlet or pass it in in the format you want.
When I try to sort the column in display tag, it sorts the column treating it as strings rather than Date type.
You'd need to ask somebody/somewhere knowledgeable about displaytag. If it's a Date object it implements Comparable, so should be sortable.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]