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 Struts tag:
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/fmt/formatDate.html
You could probably also use bean:write with the "format" (or "formatKey") attribute:
http://struts.apache.org/userGuide/struts-bean.html#write You would specify the "format" as if you were using java.text.MessageFormat with your bean as the single replacement argument to the format string.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]