public final class RecurrenceUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
formatDate(Date date)
Returns a String from a Date object
|
static List<String> |
formatDateList(List<Date> dateList)
Returns a Llist of date strings from a List of Date objects
|
static long |
now()
Returns the time as of now.
|
static Date |
parseDate(String dateStr)
Returns a Date object from a String.
|
static List<Date> |
parseDateList(List<String> dateList)
Returns a List of parsed date strings.
|
public static List<Date> parseDateList(List<String> dateList)
public static List<String> formatDateList(List<Date> dateList)
public static long now()