JSTL fmt
Tag setTimeZone


Stores the given time zone in the time zone configuration variable


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuetruetruejava.lang.StringThe time zone. A String value is interpreted as a time zone ID. This may be one of the time zone IDs supported by the Java platform (such as "America/Los_Angeles") or a custom time zone ID (such as "GMT-8"). See java.util.TimeZone for more information on supported time zone formats.
varfalsefalsejava.lang.StringName of the exported scoped variable which stores the time zone of type java.util.TimeZone.
scopefalsefalsejava.lang.StringScope of var or the time zone configuration variable.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.