79
JSTL Formatting <fmt:timeZone> Tag
The <fmt:timeZone> tag specifies the parsing action nested in its body or the time zone for any time formatting. It is used for specify the time zone information used for time formatting operations.
The syntax used for including the <fmt:timeZone> tag is:
Let’s see the simple example to understand the formatting <fmt:timeZone> tag:
Output:
Next TopicJSTL Formatting <fmt:formatNumber> Tag