public class DateConversionUtil extends Object
| Constructor and Description |
|---|
DateConversionUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
dummy() |
static boolean |
isBeforeByDate(Date actualDate,
Date when)
Check the date is before or not ignoring time parameters.
|
static boolean |
isWithinDateRange(Date dateToSearch,
Date startdate,
Date enddate) |
public void dummy()
public static boolean isWithinDateRange(Date dateToSearch, Date startdate, Date enddate)
public static boolean isBeforeByDate(Date actualDate, Date when)
actualDate - - Date that has to checkwhen - - Date that has to refer as limitCopyright © 2015–2016 eGovernments Foundation. All rights reserved.