org.jfree.date
Class DateUtilities
java.lang.Object
org.jfree.date.DateUtilities
Some useful date methods.
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.
|
createDate
public static Date createDate(int yyyy,
int month,
int day)
Creates a date.
yyyy
- the year.month
- the month (1 - 12).day
- the day.
createDate
public static Date createDate(int yyyy,
int month,
int day,
int hour,
int min)
Creates a date.
yyyy
- the year.month
- the month (1 - 12).day
- the day.hour
- the hour.min
- the minute.