Changed Methods |
StringBuffer format(Object, StringBuffer, FieldPosition)
|
Documentation changed from old to new. |
Overrides Format. |
StringBuffer format(Date, StringBuffer, FieldPosition)
|
Documentation changed from old to new. |
Formats a Date into a date/time string. |
Date parse(String )
|
Documentation changed from old to new. |
Parses text from the beginning of the given string to produce a date. |
Date parse(String, ParsePosition)
|
Documentation changed from old to new. |
Parse a date/time string according to the given parse position. |
Object parseObject(String, ParsePosition)
|
Documentation changed from old to new. |
Parses text from a string to produce a Date . |