Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.text


choice-formatclj

(choice-format pattern)
(choice-format doubles formats)

Creates a ChoiceFormat.

Creates a ChoiceFormat.
raw docstring

currency-formatclj

(currency-format)
(currency-format locale)

Returns the currency NumberFormat instance.

Returns the currency NumberFormat instance.
raw docstring

date-formatclj

(date-format)
(date-format locale)

Returns the DateFormat instance.

Returns the DateFormat instance.
raw docstring

decimal-formatclj

(decimal-format fmt args)
(decimal-format fmt locale args)

Creates a DecimalFormat.

Creates a DecimalFormat.
raw docstring

integer-formatclj

(integer-format)
(integer-format locale)

Returns the integer NumberFormat instance.

Returns the integer NumberFormat instance.
raw docstring

message-formatclj

(message-format fmt)
(message-format fmt locale)

Creates a MessageFormat.

Creates a MessageFormat.
raw docstring

number-formatclj

(number-format)
(number-format locale)

Returns the general NumberFormat instance.

Returns the general NumberFormat instance.
raw docstring

percent-formatclj

(percent-format)
(percent-format locale)

Returns the percent NumberFormat instance.

Returns the percent NumberFormat instance.
raw docstring

simple-date-formatclj

(simple-date-format fmt args)
(simple-date-format fmt locale args)

Creates a SimpleDateFormat.

Creates a SimpleDateFormat.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close