Package io.keikai.model.impl.sys
Class DateInputMask
- java.lang.Object
-
- io.keikai.model.impl.sys.DateInputMask
-
public class DateInputMask extends java.lang.ObjectStore built-in date format patterns, parse a string into aDateobject. We get these patters by try-and-error in bruce-force way.- Author:
- henrichen
-
-
Constructor Summary
Constructors Constructor Description DateInputMask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]parseDateInput(java.lang.String txt, java.util.Locale locale)
-