JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
M
T
C
clone()
- Method in class
MyDate
Creates a new MyDate object identical to this.
G
getDay()
- Method in class
MyDate
Returns the year of this MyDate object.
getMonth()
- Method in class
MyDate
Returns the month of this MyDate object.
getYear()
- Method in class
MyDate
Returns the year of this MyDate object.
I
incDay(int)
- Method in class
MyDate
Adds k days to the current date.
incMonth(int)
- Method in class
MyDate
Adds k months to the current date.
incYear(int)
- Method in class
MyDate
Adds k years to the current date.
M
makeDate(int, int, int)
- Static method in class
MyDate
Returns a new MyDate object initialized to thegiven year, month and day.
MyDate
- Class in
<Unnamed>
This class extends GregorianCalendar, mostly to provide methods that make dealing with dates (without time of day) more convenient.
T
toString()
- Method in class
MyDate
Returns a String representation of this MyDate in the usual mm/dd/yyyy format.
C
G
I
M
T
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes