org.encog.util.time
Class DateUtil

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

public final class DateUtil
extends Object

Simple date utility class.

Author:
jheaton

Method Summary
static Date createDate(int month, int day, int year)
          Create a Date object with the specified date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDate

public static Date createDate(int month,
                              int day,
                              int year)
Create a Date object with the specified date.

Parameters:
month - The month, starting with 1 for Jan.
day - The day of the month.
year - The year.
Returns:
The newly created Date.


Copyright © 2014. All Rights Reserved.