ariba.util.core
Class DateUtil

java.lang.Object
  extended by ariba.util.core.DateUtil

public final class DateUtil
extends java.lang.Object


Constructor Summary
DateUtil()
           
 
Method Summary
static boolean afterIgnoreTimeOfDay(Date d1, java.util.TimeZone tz1, Date d2, java.util.TimeZone tz2)
           
static boolean beforeIgnoreTimeOfDay(Date d1, java.util.TimeZone tz1, Date d2, java.util.TimeZone tz2)
           
static boolean equalsIgnoreTimeOfDay(Date d1, java.util.TimeZone tz1, Date d2, java.util.TimeZone tz2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtil

public DateUtil()
Method Detail

beforeIgnoreTimeOfDay

public static boolean beforeIgnoreTimeOfDay(Date d1,
                                            java.util.TimeZone tz1,
                                            Date d2,
                                            java.util.TimeZone tz2)

afterIgnoreTimeOfDay

public static boolean afterIgnoreTimeOfDay(Date d1,
                                           java.util.TimeZone tz1,
                                           Date d2,
                                           java.util.TimeZone tz2)

equalsIgnoreTimeOfDay

public static boolean equalsIgnoreTimeOfDay(Date d1,
                                            java.util.TimeZone tz1,
                                            Date d2,
                                            java.util.TimeZone tz2)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.