Class ISODateFormat

    • Constructor Summary

      Constructors 
      Constructor Description
      ISODateFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.impossibl.postgres.datetime.ISODateFormat.Parser getParser()  
      com.impossibl.postgres.datetime.ISODateFormat.Printer getPrinter()  
      • Methods inherited from class java.lang.Object

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

      • ISODateFormat

        public ISODateFormat()
    • Method Detail

      • getParser

        public com.impossibl.postgres.datetime.ISODateFormat.Parser getParser()
        Specified by:
        getParser in interface DateTimeFormat
      • getPrinter

        public com.impossibl.postgres.datetime.ISODateFormat.Printer getPrinter()
        Specified by:
        getPrinter in interface DateTimeFormat