A java.util.Date in any scope would work fine.

Larry


On Thu, 24 Feb 2005 16:40:07 -0500, Brian McGovern
<[EMAIL PROTECTED]> wrote:
> Im not too familiar with JSTL.  What type of object is prop.availableDate? Is 
> it stored in the standard request, or session scope?
> 
> -----Original Message-----
> From: Jim Kennedy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 24, 2005 4:21 PM
> To: Struts Users Mailing List
> Subject: Re: How to handle Dates?
> 
> I use Struts throughout my application, but I also use the JSTL in a few 
> places.  This is what I use for date formatting:
> 
> <[EMAIL PROTECTED] uri="/WEB-INF/fmt.tld" prefix="fmt" %>
> 
> Date Available: <br><b><fmt:formatDate value='${prop.availableDate}' />
> 
> -----Original Message-----
> From: Brian McGovern <[EMAIL PROTECTED]>
> Sent: Feb 24, 2005 3:19 PM
> To: Struts Users Mailing List <user@struts.apache.org>
> Subject: How to handle Dates?
> 
> Hi looking for input on how to approach dates across all levels of my struts 
> app.  Mainly what approach will allow me to handle formatting on the 
> presentation layer.
> 
> Is there any tag lib available in struts to handle formatting of a date type 
> object ?
> 
> -B
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to