public class DateParser
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
DateParser |
instance |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Calendar |
parseDate(java.lang.String strVal) |
Parses a date from a string.
|
public DateParser instance
public static java.util.Calendar parseDate(java.lang.String strVal) throws EvaluationException
strVal
- a string with a date pattern.EvaluationException
- exception upon parsing.Copyright 2018 The Apache Software Foundation or its licensors, as applicable.