net.java.ao.util
Class DateUtils

java.lang.Object
  extended by net.java.ao.util.DateUtils

public final class DateUtils
extends Object


Field Summary
static Date MAX_DATE
           
 
Constructor Summary
DateUtils()
           
 
Method Summary
static Calendar checkAgainstMaxDate(Calendar c)
           
static Date checkAgainstMaxDate(Date date)
           
static DateFormat newDateFormat(String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_DATE

public static final Date MAX_DATE
Constructor Detail

DateUtils

public DateUtils()
Method Detail

newDateFormat

public static DateFormat newDateFormat(String pattern)

checkAgainstMaxDate

public static Calendar checkAgainstMaxDate(Calendar c)

checkAgainstMaxDate

public static Date checkAgainstMaxDate(Date date)


Copyright © 2007-2012. All Rights Reserved.