format_format_ordinal
Convert numbers to their ordinal format, such as 1 to '1st', 2 to '2nd', and 3 to '3rd', for proper text formatting.
Instructions
[format] 1 → '1st', 2 → '2nd', 3 → '3rd', 11 → '11th', 21 → '21st'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |