Documentation of 'org.encog.util.time.DateUtil' Java class
DateUtil
org.encog.util.time

Class DateUtil



  • public final class DateUtil
    extends java.lang.Object
    Simple date utility class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.Date createDate(int month, int day, int year)
      Create a Date object with the specified date.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createDate

        public static java.util.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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.