net.mtu.eggplant.util
Class DateUtils

java.lang.Object
  extended by net.mtu.eggplant.util.DateUtils

public final class DateUtils
extends Object

Utilities for working with dates in Java.


Method Summary
static Date copyDate(Date d)
          Copy a Date handling null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyDate

public static Date copyDate(Date d)
Copy a Date handling null.

Returns:
a new date, unless the paramter is null, then null is returned