public class DateParser extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DateParser() |
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
parseDate(String strVal) |
static LocalDate |
parseLocalDate(String strVal)
Parses a date from a string.
|
public static LocalDate parseLocalDate(String strVal) throws EvaluationException
strVal - a string with a date pattern.EvaluationException - exception upon parsing.public static Calendar parseDate(String strVal) throws EvaluationException
EvaluationException