Category - Formatter

Number Formatter
Given a numerical value, this patch creates a string representation. The string representation for the numerical value can be created using a predefined style, or using a customized format described using ICU library syntax. Note that predefined styles are localized and the resulting string will depend on the settings in the International pane of the System Preferences. more...
Uploaded 19 Jan 19:47 · built-in patch

Date Formatter
Given a absolute time expressed in seconds since the reference date of January 1st 2001 GMT ("system time"), this patch creates a gregorian date and formats it as string representation. The gregorian date can be generated either in the system time zone or in specific one. The string representation can be created using predefined styles for the date and time parts, or using a customized format described using ICU library syntax. Note that predefined styles are localized and the resulting string will dep... more...
Uploaded 19 Jan 19:47 · built-in patch