org.pentaho.reporting.engine.classic.core.modules.gui.base.date
Class DateUtilities

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.base.date.DateUtilities

Deprecated.

public class DateUtilities
extends Object

Some useful date methods.

Author:
David Gilbert.

Method Summary
static Date createDate(int yyyy, int month, int day)
          Deprecated. Creates a date.
static Date createDate(int yyyy, int month, int day, int hour, int min)
          Deprecated. Creates a date.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDate

public static Date createDate(int yyyy,
                              int month,
                              int day)
Deprecated. 
Creates a date.

Parameters:
yyyy - the year.
month - the month (1 - 12).
day - the day.
Returns:
a date.

createDate

public static Date createDate(int yyyy,
                              int month,
                              int day,
                              int hour,
                              int min)
Deprecated. 
Creates a date.

Parameters:
yyyy - the year.
month - the month (1 - 12).
day - the day.
hour - the hour.
min - the minute.
Returns:
a date.