Thankyou for your response.

using JSP. Is there any formatting in JSP for dates?

if I format and then send it to view which will be a String type.

When I try to sort the column in display tag, it sorts the column treating it as strings rather than Date type.


Thanks.


From: Dave Newton <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: Struts Users Mailing List <user@struts.apache.org>
Subject: [OT] Re: Column Decorator for Date in display tag.
Date: Thu, 10 Nov 2005 10:48:37 -0500

fea jabi wrote:

I am having a column which is displaying Dates in the below format.

Mon Oct 10 00:00:00 EDT 2005

But want the format to be in MM/dd/yy format.

How can this be done?

Use the JSTL fmt:formatDate tag. Or pass it in to the view in the format you want.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to