Class DateInputMask


  • public class DateInputMask
    extends java.lang.Object
    Store built-in date format patterns, parse a string into a Date object. 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateInputMask

        public DateInputMask()
    • Method Detail

      • parseDateInput

        public java.lang.Object[] parseDateInput​(java.lang.String txt,
                                                 java.util.Locale locale)