org.encog.util.time
Class DateUtil
java.lang.Object
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 |
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.