Locale-Sensitive Data |
The AroundTheWorld applet uses the JDK's 1.1 data formatters to format much of the data you see displayed in its window.
This.... ...is formatted with this class... DateFormat
MessageFormat
DateFormat
NumberFormat
NumberFormat
NumberFormat
The Format Classes
NumberFormat
,DateFormat
, andMessageFormat
are all descendents of theFormat
class. This section talks about theFormat
class heirarchy and discusses in general terms how the formatters work. It's followed by these sections about specific formatters:How to Format Numbers
How to Format Dates and Times
How to Format Messages
Locale-Sensitive Data |