Converts the given value to a currency string.
The value to convert to currency.
The value in currency format.
Converts the given value to a Date string with proper formatting.
The value to format as a Date.
The value in Date format.
Converts the given value to an array of date parts you can use to construct your own date representations.
The value to parse into date parts.
The date parts array.
Strips any non-digit characters from the input, leaving only numbers in the result string.
The value to convert to all-digits.
The value stripped of any non-digits.
Formats a list of items for display to a user.
The items to list. Will be converted to Strings before formatting.
Whether to consider the items combined (e.g. "and") or separate (e.g. "or").
The formatted list.
Converts the given value to a number with proper formatting.
The value to format as a number.
The value in number format.
Converts the given value to an array of number parts you can use to construct your own numeric representations.
The value to parse into number parts.
The number parts array.
Represents the difference between 2 dates in human-readable, friendly format.
The base date to use for comparison.
The date to compare against the base date.
A human-readably friendly representation of the difference between the 2 dates.
Converts the given value to an array of parts you can use to construct your own friendly representation of the difference between 2 dates.
The base date to use for comparison.
The date to compare against the base date.
Time relative time format array.
Converts the given value to a time with proper formatting.
The value to format as a time.
The value in time format.
Converts the given value to an array of date parts you can use to construct your own time representation.
The value to parse into time parts.
The time parts array.
Contains formatting methods to convert values to strings.