|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Number
instance using the current Locale
and the Currency NumberFormat
.Date
instance using a Locale
and either a
DateFormat
or a pattern based SimpleDateFormat
.Date
instance using the default Date and Time formatter
for the current Locale
.Number
instance using a Locale
and the
NumberFormat
or a DecimalFormat
if a pattern is specified.Number
instance using the current Locale
and the Percent NumberFormat
.Date
instance using a Locale
and the
default time format.DateFormat
is configured then use a
SimpleDateFormat
instance if a pattern is configured else
use the default DateFormat for the Locale
NumberFormat
is configured then use a
DecimalFormat
instance if a pattern is configured else
use the default NumberFormat for the Locale
Locale
has been explicitly configured then use the
parent LocaleTag if present else the Locale from the ServletRequest
else use the default JVM Locale
.
Locale
context for use by other
inner JSP tags.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |