Re: Formatting a date with a different time zone.

2005-02-01 Thread Curtis Taylor
Hi Derrick, You have to declare your properties file in your web.xml. Assuming it's called "ApplicationResources.properties," and lives under WEB-INF/classes, you'd do it like this: javax.servlet.jsp.jstl.fmt.localizationContext ApplicationResources Just to be safe, brush up on the web.xml s

RE: Formatting a date with a different time zone.

2005-02-01 Thread Derrick Koes
ry 01, 2005 6:09 PM To: Derrick Koes; Struts User Apache (E-mail) Subject: Re: Formatting a date with a different time zone. At 5:55 PM -0500 2/1/05, Derrick Koes wrote: >Can someone point me to the struts tag to use to format a date with a >different time zone than the system d

Re: Formatting a date with a different time zone.

2005-02-01 Thread Joe Germuska
At 5:55 PM -0500 2/1/05, Derrick Koes wrote: Can someone point me to the struts tag to use to format a date with a different time zone than the system default (i.e. Calendar.getInstance(TimeZone) vs. Calendar.getInstance())? I would probably recommend using the JSTL formatDate tag instead of any

Formatting a date with a different time zone.

2005-02-01 Thread Derrick Koes
Can someone point me to the struts tag to use to format a date with a different time zone than the system default (i.e. Calendar.getInstance(TimeZone) vs. Calendar.getInstance())? Thanks, Derrick