Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.text

Functions to construct java.text.Format instances.

Functions to construct java.text.Format instances.
raw docstring

choice-formatclj

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

Creates a ChoiceFormat.

Creates a ChoiceFormat.
sourceraw docstring

currency-formatclj

(currency-format)
(currency-format locale)

Returns the currency NumberFormat instance.

Returns the currency NumberFormat instance.
sourceraw docstring

date-formatclj

(date-format)
(date-format locale)

Returns the DateFormat instance.

Returns the DateFormat instance.
sourceraw docstring

decimal-formatclj

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

Creates a DecimalFormat.

Creates a DecimalFormat.
sourceraw docstring

integer-formatclj

(integer-format)
(integer-format locale)

Returns the integer NumberFormat instance.

Returns the integer NumberFormat instance.
sourceraw docstring

message-formatclj

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

Creates a MessageFormat.

Creates a MessageFormat.
sourceraw docstring

number-formatclj

(number-format)
(number-format locale)

Returns the general NumberFormat instance.

Returns the general NumberFormat instance.
sourceraw docstring

percent-formatclj

(percent-format)
(percent-format locale)

Returns the percent NumberFormat instance.

Returns the percent NumberFormat instance.
sourceraw docstring

simple-date-formatclj

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

Creates a SimpleDateFormat.

Creates a SimpleDateFormat.
sourceraw docstring

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

× close