purpose | format the input string according to one of supported formats |
---|---|
input | a selection of titles |
suffix | B = one of supported formats |
parameter | C = optional format string for the formats |
output | input strings formatted according to the specified suffix B |
New in: 5.1.23
The suffix B
is one of the following supported string formats:
Format | Description |
---|---|
date | The input string is interpreted as a UTC date and displayed according to the DateFormat specified in the optional operator parameter. (Defaults to "YYYY MM DD 0hh:0mm") |
relativedate | The input string is interpreted as a UTC date and displayed as the interval from the present instant. Any operator parameters are ignored. |