The Encog Project

org.encog.util.time
Class DateUtil

java.lang.Object
  extended by org.encog.util.time.DateUtil

public class DateUtil
extends java.lang.Object


Constructor Summary
DateUtil()
           
 
Method Summary
static java.util.Date createDate(int month, int day, int year)
          January is 1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtil

public DateUtil()
Method Detail

createDate

public static java.util.Date createDate(int month,
                                        int day,
                                        int year)
January is 1.

Parameters:
month -
day -
year -
Returns:

The Encog Project