Home » JSTL fmt:parseNumber Tag

JSTL fmt:parseNumber Tag

by Online Tutorials Library

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:

JSTL Formatting tags1

You may also like