Date.getDate

Date.getDate

Class Overview | Class Members | This Package | All Packages

Syntax
public int getDate()
Returns
the day of the month represented by this date.
Description
Note: getDate() is deprecated.

Returns the day of the month represented by this date. The value returned is between 1 and 31.

See Also
Calendar