(->string value)
(date? value)
(format-currency value)
(format-date date)
(format-date date fmt)
(format-date-time dt)
(format-date-time format-spec dt)
(format-decimal value)
(format-decimal value {:keys [fraction-digits] :or {fraction-digits 2}})
(format-percent value)
(format-percent value {:keys [fraction-digits] :or {fraction-digits 1}})
(format-time local-time)
(path & segments)
Create a path from the specified segments
Create a path from the specified segments
(reformat-date-time format-spec dt-str)
(serialize-date date)
(serialize-date-time date-time)
(serialize-time local-time)
(unformat-date date-string)
(unformat-time time-str)
(unserialize-date-time s)
(unserialize-time time-str)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close