Class QuarterDateFormat

    • Constructor Detail

      • QuarterDateFormat

        public QuarterDateFormat()
        Creates a new instance for the default time zone.
      • QuarterDateFormat

        public QuarterDateFormat​(TimeZone zone)
        Creates a new instance for the specified time zone.
        Parameters:
        zone - the time zone (null not permitted).
      • QuarterDateFormat

        public QuarterDateFormat​(TimeZone zone,
                                 String[] quarterSymbols)
        Creates a new instance for the specified time zone.
        Parameters:
        zone - the time zone (null not permitted).
        quarterSymbols - the quarter symbols.
      • QuarterDateFormat

        public QuarterDateFormat​(TimeZone zone,
                                 String[] quarterSymbols,
                                 boolean quarterFirst)
        Creates a new instance for the specified time zone.
        Parameters:
        zone - the time zone (null not permitted).
        quarterSymbols - the quarter symbols.
        quarterFirst - a flag that controls whether the quarter or the year is displayed first.
    • Method Detail

      • parse

        public Date parse​(String source,
                          ParsePosition pos)
        Parses the given string (not implemented).
        Specified by:
        parse in class DateFormat
        Parameters:
        source - the date string.
        pos - the parse position.
        Returns:
        null, as this method has not been implemented.
      • equals

        public boolean equals​(Object obj)
        Tests this formatter for equality with an arbitrary object.
        Overrides:
        equals in class DateFormat
        Parameters:
        obj - the object (null permitted).
        Returns:
        A boolean.