- getDay() - Method in class Date
-
Returns the day portion of a Date, as an int
- getDayOfWeek() - Method in class Date
-
Returns the day of the week (e.g.
- getHalfWayDate(Date, Date) - Method in class SpeedDating
-
Returns the date that lies midway between two dates.
- getLongDate() - Method in class Date
-
Returns the Date in long format, with day-of-week,
month name, and the ordinal of the day
- getMediumDate() - Method in class Date
-
Returns the Date in medium format - with month name
- getMonth() - Method in class Date
-
Returns the month as an int between 1 and 12
- getMonthName() - Method in class Date
-
Returns the month as a String (e.g.
- getShortDate() - Method in class Date
-
Returns the Date in short format - numbers only
- getYear() - Method in class Date
-
Returns the year as a 4-digit int