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