Liking cljdoc? Tell your friends :D

bot-unfurl.utils


date-as-stringclj

(date-as-string date)
(date-as-string formatter date)

Returns the given date/time as a string, using the given formatter (defaults to human-readable-formatter if not provided).

Returns the given date/time as a string, using the given formatter (defaults to human-readable-formatter if not provided).
sourceraw docstring

interval-to-stringclj

(interval-to-string i)
source

naively-pluraliseclj

(naively-pluralise i s)

Naively pluralises the given string, based on the value of the given number.

Naively pluralises the given string, based on the value of the given number.
sourceraw docstring

now-as-stringclj

(now-as-string)
(now-as-string formatter)

Returns the current date/time as a string, using the given formatter (defaults to human-readable-formatter if not provided).

Returns the current date/time as a string, using the given formatter (defaults to human-readable-formatter if not provided).
sourceraw docstring

size-to-stringclj

(size-to-string sz)
source

zip-files!clj

(zip-files! zip-file files-to-zip)

Zips the given files into the zip file with the given name.

Zips the given files into the zip file with the given name.
sourceraw docstring

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

× close