public class DateParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DateParser |
instance |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.