public class RegExpDateFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DateFormat |
dateFormat |
protected Pattern |
pattern |
| Constructor and Description |
|---|
RegExpDateFormat(String regExp,
String datePattern) |
protected Pattern pattern
protected DateFormat dateFormat
public boolean match(String input)
public Date parse(String input) throws ParseException
ParseExceptionCopyright © 2014. All Rights Reserved.