Generated by
JDiff

Class java.util.Date

Documentation changed from old to new.

Changed Methods
long parse(String) Documentation changed from old to new.
As of JDK version 1.1, replaced by DateFormat.parse(String s).
String toLocaleString() Documentation changed from old to new.
As of JDK version 1.1, replaced by DateFormat.format(Date date).
int compareTo(Object) Documentation changed from old to new.
Compares this Date to another Object.
int compareTo(Date) Documentation changed from old to new.
Compares two Dates for ordering.