Public Vars

Back

format (clj)

(source)

function

(format o) (format fmt o)
Formats the given time entity as a string. Accepts something that can be converted to a `DateTimeFormatter` as a first argument. Given one argument uses the default format.

Examples