| Name | <ElementTag.format_number[(<format>)]> |
| Returns | ElementTag |
| Description | Returns a number reformatted for easier reading.
For example: 1234567 will become 1,234,567. Optionally, specify a standard number format code to instead use that. For information on that optional input, refer to https://docs.oracle.com/javase/7/docs/api/java/text/DecimalFormat.html. |
| Generated Example | |
| Synonyms (Search Aid) | elementtag.number_with_commas, elementtag.thousands_separated |
| Group | element manipulation |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L1294 |