Class MonthParser
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthParser
- All Implemented Interfaces:
com.google.gwt.text.shared.Parser<Date>
parse text to date value.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final com.google.gwt.text.shared.Parser<Date>instance()returns the instance.final Dateparse(CharSequence object)
-
Constructor Details
-
MonthParser
constructor.- Parameters:
format- format to parse
-
-
Method Details
-
instance
returns the instance.- Returns:
- Parser
-
parse
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<Date>- Throws:
ParseException
-