public class GiftListRuleValidatorUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
static long |
getDateDifferenceInDays(java.util.Date date1,
java.util.Date date2)
Returns the difference of two dates in days
|
public static final java.lang.String COPYRIGHT
public static long getDateDifferenceInDays(java.util.Date date1, java.util.Date date2)
date1
- The first date parameterdate2
- The second date parameter