Package org.jfree.date
Class DateUtilities
java.lang.Object
org.jfree.date.DateUtilities
Some useful date methods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePrivate constructor to prevent object creation. -
Method Summary
Modifier and TypeMethodDescriptionstatic DatecreateDate(int yyyy, int month, int day) Creates a date.static DatecreateDate(int yyyy, int month, int day, int hour, int min) Creates a date.
-
Field Details
-
CALENDAR
A working calendar.
-
-
Constructor Details
-
DateUtilities
private DateUtilities()Private constructor to prevent object creation.
-
-
Method Details
-
createDate
Creates a date.- Parameters:
yyyy- the year.month- the month (1 - 12).day- the day.- Returns:
- a date.
-
createDate
Creates a date.- Parameters:
yyyy- the year.month- the month (1 - 12).day- the day.hour- the hour.min- the minute.- Returns:
- a date.
-