com.activequant.utils
Class DateUtils

java.lang.Object
  extended by com.activequant.utils.DateUtils

public class DateUtils
extends Object

Author:
Erik Nijkamp

Nested Class Summary
static class DateUtils.Weekdays
           
 
Constructor Summary
DateUtils()
           
 
Method Summary
static Date getDate(int day, int month, int year)
           
static String getWeekday(Date date)
           
static Date nextDay(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtils

public DateUtils()
Method Detail

getDate

public static Date getDate(int day,
                           int month,
                           int year)

nextDay

public static Date nextDay(Date date)

getWeekday

public static String getWeekday(Date date)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.