Liking cljdoc? Tell your friends :D

clojurewerkz.money.format

Formatting of monetary amounts

Formatting of monetary amounts
raw docstring

*default-builder*clj

source

*default-formatter*clj

source

append-amountclj

(append-amount b)
(append-amount b style)
source

append-amount-localizedclj

(append-amount-localized b)
source

append-currency-codeclj

(append-currency-code b)
source

append-currency-symbol-localizedclj

(append-currency-symbol-localized b)
source

build-formattercljmacro

(build-formatter & body)

Builds a money formatter

Builds a money formatter
sourceraw docstring

formatclj

(format money)
(format money locale)
(format money formatter locale)

Formats monetary amount.

When invoked with 1 argument, uses default formatter and system locale. When invoked with 2 arguments, uses default formatter and provided locale. When invoked with 3 arguments, uses provided formatter and locale.

Formats monetary amount.

When invoked with 1 argument, uses default formatter and system locale.
When invoked with 2 arguments, uses default formatter and provided locale.
When invoked with 3 arguments, uses provided formatter and locale.
sourceraw docstring

to-formatterclj

(to-formatter b)
(to-formatter b locale)
source

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

× close