Class LocalDateParser
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalDateParser
-
-
Constructor Summary
Constructors Constructor Description LocalDateParser(String pformat)constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.text.shared.Parser<LocalDate>instance()returns the instance.LocalDateparse(CharSequence pobject)
-
-
-
Field Detail
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LocalDateParser
public LocalDateParser(String pformat)
constructor.- Parameters:
pformat- format to parse
-
-
Method Detail
-
instance
public static final com.google.gwt.text.shared.Parser<LocalDate> instance()
returns the instance.- Returns:
- Parser
-
parse
public final LocalDate parse(CharSequence pobject) throws ParseException
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<LocalDate>- Throws:
ParseException
-
-