Class FormatDateTimeFormatter


  • public class FormatDateTimeFormatter
    extends java.lang.Object
    A simple wrapper around DateTimeFormatter that retains the format that was used to create it.
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatDateTimeFormatter​(java.lang.String format, org.joda.time.format.DateTimeFormatter parser, java.util.Locale locale)  
      FormatDateTimeFormatter​(java.lang.String format, org.joda.time.format.DateTimeFormatter parser, org.joda.time.format.DateTimeFormatter printer, java.util.Locale locale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format()  
      java.util.Locale locale()  
      org.joda.time.format.DateTimeFormatter parser()  
      org.joda.time.format.DateTimeFormatter printer()  
      • Methods inherited from class java.lang.Object

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

      • FormatDateTimeFormatter

        public FormatDateTimeFormatter​(java.lang.String format,
                                       org.joda.time.format.DateTimeFormatter parser,
                                       java.util.Locale locale)
      • FormatDateTimeFormatter

        public FormatDateTimeFormatter​(java.lang.String format,
                                       org.joda.time.format.DateTimeFormatter parser,
                                       org.joda.time.format.DateTimeFormatter printer,
                                       java.util.Locale locale)
    • Method Detail

      • format

        public java.lang.String format()
      • parser

        public org.joda.time.format.DateTimeFormatter parser()
      • printer

        public org.joda.time.format.DateTimeFormatter printer()
      • locale

        public java.util.Locale locale()