[Java] Format & Parse: Date, Number, Decimal, Message

1021阅读 0评论2011-11-03 web_surf
分类:Java

  1. Usage
    Specifies the protocol for classes which convert other objects or values, such as numeric values and dates, and their string representations
  2. Package
    java.text.Format
  3. Classes
    • Format
    • NumberFormat
    • DecimalFormatSymbols
    • DateFormat
    • SimpleDateFormat
    • MessageFormat
  4. xxx

上一篇:[SE] 关于代码重构
下一篇:[Linux] Share Files