JSTL is the Java Standard Tag Library - and it's specifically designed for JSP. If you're not using JSTL - you should really look into it. It's a really nice library.
Matt On 11/10/05, fea jabi <[EMAIL PROTECTED]> wrote: > Thank you for your response. > > I am using JSP. I am not not sure of this JSTL tags? > > can I use JSTL tags in JSP? > > > > >From: Matt Raible <[EMAIL PROTECTED]> > >Reply-To: [email protected] > >To: [email protected] > >Subject: Re: [displaytag-user] Column Decorator for Date > >Date: Thu, 10 Nov 2005 08:50:32 -0700 > > > >The easiest thing to do is to use JSTL's <fmt:formatDate> and > >sortProperty. Here's an example: > > > > <display:column titleKey="user.birthday" media="html" sort="true" > >sortProperty="birthday"> > > <fmt:formatDate value="${userList.birthday}" > >pattern="${datePattern}"/> > > </display:column> > > > >Matt > > > >On 11/10/05, fea jabi <[EMAIL PROTECTED]> 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? > > > > > > Thanks. > > > > > > _________________________________________________________________ > > > Don't just search. Find. Check out the new MSN Search! > > > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's Geronimo App Server. > >Download > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > > _______________________________________________ > > > displaytag-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > > > > > > >------------------------------------------------------- > >SF.Net email is sponsored by: > >Tame your development challenges with Apache's Geronimo App Server. > >Download > >it for free - -and be entered to win a 42" plasma tv or your very own > >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > >_______________________________________________ > >displaytag-user mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/displaytag-user > > _________________________________________________________________ > On the road to retirement? Check out MSN Life Events for advice on how to > get there! http://lifeevents.msn.com/category.aspx?cid=Retirement > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > displaytag-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

