Package com.impossibl.postgres.datetime
Class ISODateFormat
- java.lang.Object
-
- com.impossibl.postgres.datetime.ISODateFormat
-
- All Implemented Interfaces:
DateTimeFormat
public class ISODateFormat extends Object implements DateTimeFormat
-
-
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()
-
-
-
Method Detail
-
getParser
public com.impossibl.postgres.datetime.ISODateFormat.Parser getParser()
- Specified by:
getParser
in interfaceDateTimeFormat
-
getPrinter
public com.impossibl.postgres.datetime.ISODateFormat.Printer getPrinter()
- Specified by:
getPrinter
in interfaceDateTimeFormat
-
-