Closed
Description
Currently the format string is only used when formatting dates, but it would be desirable to have it work with numbers as well. This would allow for things like radix conversion, integer formatting of large numbers, etc. Dates would continue to get formatted using SimpleDateFormat, but numbers would get passed to java.util.Formatter.