Appends the text of a date-time field to the formatter using the full
text style.
!(p)
The text of the field will be output during a format.
The value must be within the valid range of the field.
If the value cannot be obtained then an exception will be thrown.
If the field has no textual representation, then the numeric value will be used.
!(p)
The value will be printed as per the normal format of an integer value.
Only negative numbers will be signed. No padding will be added.
@param field the field to append, not null
@return this, for chaining, not null
Appends the text of a date-time field to the formatter using the full text style. !(p) The text of the field will be output during a format. The value must be within the valid range of the field. If the value cannot be obtained then an exception will be thrown. If the field has no textual representation, then the numeric value will be used. !(p) The value will be printed as per the normal format of an integer value. Only negative numbers will be signed. No padding will be added.
@param field the field to append, not null @return this, for chaining, not null