All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.util.Date
|
+----java.sql.Date
This class is used to represent a subset of the standard java.util.date information. We only deal with days and ignore hours, minutes, and seconds. This lets us represent SQL DATE information.
public Date(int year,
int month,
int day)
public static Date valueOf(String s)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index