69
JSTL Formatting <fmt:parseNumber> Tag
The <fmt:parseNumber> tag is used to Parses the string representation of a currency, percentage, or number. It is based on the customized formatting pattern.
The syntax used for including the <fmt:parseNumber> tag is:
Let’s see the simple example to understand the formatting <fmt:parseNumber> tag:
Output:
Next TopicJSTL Formatting <fmt:timeZone> Tag