clj-commons.humanize

(source)
Public Variable Short Description
datetime (clj) Given a java.time.LocalDate or java.time.LocalDateTime, returns a human-friendly representation of the amount of time elapsed compared to now.
duration (clj) Converts duration, in milliseconds, into a string describing it in terms of years, months, weeks, days, hours, minutes, and seconds.
filesize (clj) Format a number of bytes as a human readable filesize (eg.
format-delta-str (clj)
intcomma (clj) Converts an integer to a string containing commas.
intword (clj) Converts a large integer to a friendly text representation.
numberword (clj) Takes a number and return a full written string form.
ordinal (clj) Converts an integer to its ordinal as a string.
oxford (clj) Converts a list of items to a human-readable string, such as "apple, pear, and 2 other fruits".
truncate (clj) Truncate a string with suffix (ellipsis by default) if it is longer than specified length.