Public Vars

Back

formatter (clj)

(source)

function

(formatter fmt) (formatter fmt locale)
Constructs a DateTimeFormatter out of either a * format string - "yyyy/MM/dd" "yyy HH:mm" etc. or * formatter name - :iso-instant :iso-local-date etc and a Locale, which is optional.

Examples