(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).
(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.
(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).
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close