|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.date.DateUtilities
public class DateUtilities
Some useful date methods.
| Method Summary | |
|---|---|
static Date |
createDate(int yyyy,
int month,
int day)
Creates a date. |
static 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 |
| Method Detail |
|---|
public static Date createDate(int yyyy,
int month,
int day)
yyyy - the year.month - the month (1 - 12).day - the day.
public static 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.min - the minute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||