public class DateTimeParser extends DateParser
DateFormat instance to
perform parsing. The DateFormat instance to use can be passed in to the
constructor, or by default the DateFormat returned by
DateFormat.getDateTimeInstance(int, int) with both
arguments being DateFormat.SHORT is used.m_dfmt, m_pos| Constructor and Description |
|---|
DateTimeParser()
Create a new DateTimeParser.
|
DateTimeParser(java.text.DateFormat dateFormat)
Create a new DateTimeParser.
|