public class DateParser extends Object
Modifier and Type | Field and Description |
---|---|
DateParser |
instance |
Modifier and Type | Method and Description |
---|---|
static Calendar |
parseDate(String strVal)
Parses a date from a string.
|
public DateParser instance
public static Calendar parseDate(String strVal) throws EvaluationException
strVal
- a string with a date pattern.EvaluationException
- exception upon parsing.Copyright © 2020. All rights reserved.