Class StandardDateFormats


  • public final class StandardDateFormats
    extends java.lang.Object
    Standard formats for Dates that might be encountered in log data, e.g. in CSV format.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Iterable<java.text.SimpleDateFormat> getStandardDateFormats()  
      • Methods inherited from class java.lang.Object

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

      • getStandardDateFormats

        public static java.lang.Iterable<java.text.SimpleDateFormat> getStandardDateFormats()
        Returns:
        SimpleDateFormat for various Date patterns in order from most specific to least specific.