public class GiftlistDateUtil extends DateDoodads
DateDoodads| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
DASH_CHAR, DASH_FORMATTER_STRING, DAY_MILLIS, GMT_TIMEZONE, HOUR_MILLIS, kDays, kDaysAbbrev, kLastDates, kMonthNumbers, kMonths, kMonthsAbbrev, kMonthsAbbrevLower, kMonthsLower, MINUTE_MILLIS, SECOND_MILLIS, SPACE_FORMATTER_STRING, TIMEZONE_STRING, WEEK_MILLIS, YEAR_MILLIS| Constructor and Description | 
|---|
| GiftlistDateUtil()Constructs an instanceof GiftlistDateUtil | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getDates()The dates of a month | 
| int[] | getLastDates()The last dates in a month | 
| java.lang.String[] | getMonths()The months of the year | 
| java.lang.String[] | getYears()The years | 
| static int | monthInt(java.lang.String pMonth)Returns the 0-11 java.util.Date month value for a given month (English) | 
| void | setDates(java.lang.String[] pDates)Sets property dates | 
| void | setLastDates(int[] pLastDates)Sets property lastDates | 
| void | setMonths(java.lang.String[] pMonths)Sets property months | 
| void | setYears(java.lang.String[] pYears)Sets property years | 
approxIntervalString, dateFromDay, dateString, dateStringFourDigitYear, dateTimeString, dayString, dayStringAbbrev, httpDateString, httpDateString, httpDateStringOld, httpDateStringOld, internetTimeString, isLeapYear, lastDate, main, monthString, monthStringAbbrev, padString, sameDay, sameWeek, setThrowTwoDigitYearException, setTwoDigitWrapYear, stringDate, timeStringpublic GiftlistDateUtil()
public void setMonths(java.lang.String[] pMonths)
pMonths - This property exposes the months of the year constant.public java.lang.String[] getMonths()
public void setDates(java.lang.String[] pDates)
pDates - This property exposes dates in a monthpublic java.lang.String[] getDates()
public void setYears(java.lang.String[] pYears)
pYears - This property exposes the years constantpublic java.lang.String[] getYears()
public void setLastDates(int[] pLastDates)
pLastDates - This property exposes the last dates of a month constantpublic int[] getLastDates()
public static int monthInt(java.lang.String pMonth)
pMonth - Month January-DecemberDate