@param field the field to format, validated not null
@param minWidth the minimum field width, from 1 to 10
@param maxWidth the maximum field width, from 1 to 10
@param baseValue the base value
@param baseDate the base date
this(TemporalField field, int minWidth, int maxWidth, int baseValue, ChronoLocalDate baseDate)
Constructor.
@param field the field to format, validated not null @param minWidth the minimum field width, from 1 to 10 @param maxWidth the maximum field width, from 1 to 10 @param baseValue the base value @param baseDate the base date