(choice-format pattern)
(choice-format doubles formats)
Creates a ChoiceFormat.
Creates a ChoiceFormat.
(currency-format)
(currency-format locale)
Returns the currency NumberFormat instance.
Returns the currency NumberFormat instance.
(date-format)
(date-format locale)
Returns the DateFormat instance.
Returns the DateFormat instance.
(decimal-format fmt args)
(decimal-format fmt locale args)
Creates a DecimalFormat.
Creates a DecimalFormat.
(integer-format)
(integer-format locale)
Returns the integer NumberFormat instance.
Returns the integer NumberFormat instance.
(message-format fmt)
(message-format fmt locale)
Creates a MessageFormat.
Creates a MessageFormat.
(number-format)
(number-format locale)
Returns the general NumberFormat instance.
Returns the general NumberFormat instance.
(percent-format)
(percent-format locale)
Returns the percent NumberFormat instance.
Returns the percent NumberFormat instance.
(simple-date-format fmt args)
(simple-date-format fmt locale args)
Creates a SimpleDateFormat.
Creates a SimpleDateFormat.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close