|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.date.DateUtilities
Constructor Summary | |
DateUtilities()
|
Method Summary | |
static java.util.Date |
createDate(int yyyy,
int month,
int day)
Creates a date. |
static java.util.Date |
createDate(int yyyy,
int month,
int day,
int hour,
int min)
Creates a date. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DateUtilities()
Method Detail |
public static java.util.Date createDate(int yyyy, int month, int day)
yyyy
- the year.month
- the month (1 - 12).day
- the day.public static java.util.Date createDate(int yyyy, int month, int day, int hour, int min)
yyyy
- the year.month
- the month (1 - 12).day
- the day.hour
- the hour.minute
- the minute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |