public class DateResolver
extends java.lang.Object
| Constructor and Description |
|---|
DateResolver() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Calendar |
date(Field f)
Gets the date of the given field by reading it's components pattern.
|
static java.util.List<java.util.Calendar> |
dates(Field f)
Gets the dates of the given field by reading it's components pattern.
|
public static java.util.List<java.util.Calendar> dates(Field f)
f - the field where to extract the dates, must not be nullField.getComponentAs(int, Class)public static java.util.Calendar date(Field f)
f - the field where to extract the date, must not be null