/[classpath]/classpath/doc/hacking.texinfo
ViewVC logotype

Diff of /classpath/doc/hacking.texinfo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by tromey, Sat Nov 6 23:44:52 2004 UTC revision 1.32 by mkoch, Thu Jan 20 16:18:40 2005 UTC
# Line 1553  Date formatting and parsing is handled b Line 1553  Date formatting and parsing is handled b
1553  @code{java.text.SimpleDateFormat} class in most locales.  This class is  @code{java.text.SimpleDateFormat} class in most locales.  This class is
1554  configured by attaching an instance of the @code{java.text.DateFormatSymbols}  configured by attaching an instance of the @code{java.text.DateFormatSymbols}
1555  class.  That class simply reads properties from our locale specific  class.  That class simply reads properties from our locale specific
1556  resource bundle.  The following items are requiered (refer to the  resource bundle.  The following items are required (refer to the
1557  documentation of the @code{java.text.DateFormatSymbols} class for details  documentation of the @code{java.text.DateFormatSymbols} class for details
1558  io what the actual values should be):  io what the actual values should be):
1559    
# Line 1577  locale. Line 1577  locale.
1577  @code{DateFormat.LONG}  @code{DateFormat.LONG}
1578  @item fullDateFormat - The format string for dates used by  @item fullDateFormat - The format string for dates used by
1579  @code{DateFormat.FULL}  @code{DateFormat.FULL}
1580  @item defaultDateFormat - The format string for dates used by  @item shortTimeFormat - The format string for times used by
 @code{DateFormat.DEFAULT}  
 @item shortDateFormat - The format string for times used by  
1581  @code{DateFormat.SHORT}  @code{DateFormat.SHORT}
1582  @item mediumDateFormat - The format string for times used by  @item mediumTimeFormat - The format string for times used by
1583  @code{DateFormat.MEDIUM}  @code{DateFormat.MEDIUM}
1584  @item longDateFormat - The format string for times used by  @item longTimeFormat - The format string for times used by
1585  @code{DateFormat.LONG}  @code{DateFormat.LONG}
1586  @item fullDateFormat - The format string for times used by  @item fullTimeFormat - The format string for times used by
1587  @code{DateFormat.FULL}  @code{DateFormat.FULL}
 @item defaultDateFormat - The format string for times used by  
 @code{DateFormat.DEFAULT}  
1588  @end itemize  @end itemize
1589    
1590  Note that it may not be possible to use this mechanism for all locales.  Note that it may not be possible to use this mechanism for all locales.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26