Tags fmt
Tag timeZone


Specifies the time zone for any time formatting or parsing actions nested in its body


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
TagExtraInfo ClassNone
Body ContentJSP
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.

Variables
No Variables Defined.


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.