Class SpelledShortMonthSymbol

All Implemented Interfaces:
IDateSymbol, Serializable

public class SpelledShortMonthSymbol extends SpelledMonthSymbol implements IDateSymbol
This is a symbol implementation to format a month (short notation) of the year. This implementation is for masks only, so parsing strings will throw an exception.
Since:
6.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • SpelledShortMonthSymbol

      public SpelledShortMonthSymbol(MonthSpeller speller)
      This construct a spelled short month symbol with a speller.
      Parameters:
      speller - The speller to use. (required)
  • Method Details