Java programs use the DateFormat.getDateInstance(int,
locale)
method to parse and format dates in a locale-sensitive manner. Java programs use the NumberFormat.get
XXXInstance(locale)
method, where XXX can be Currency
, Number
, or Percent
, to parse and format numerical values in a locale-sensitive manner.
An application can use date/time and number converters to format dates and numbers in a locale-sensitive manner. For example, a shipping date could be converted as follows:
<h:outputText value="#{cashier.shipDate}"> <f:convertDateTime dateStyle="full"/> </h:outputText>
For information on JavaServer Faces converters, see Using the Standard Converters.
Table of Contents Java Platform, Enterprise Edition: The Java EE TutorialExpand|
CollapseRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3