- date
- the date to format.
- buffer
- the target string buffer to append the formatted date/time to.
- fieldPos
- on input: an optional alignment field; on output: the offsets of the alignment field in the formatted text.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if there are invalid characters in the pattern.
Formats the specified date as a string using the pattern of this date format and appends the string to the specified string buffer.
If the field member of field contains a value specifying a format field, then its beginIndex and endIndex members will be updated with the position of the first occurrence of this field in the formatted text.