Public Vars

Back

parse-month (clj)

(source)

function

(parse-month input)
en locale specific and borderline deprecated. Consider writing your own regex or use a formatter. For example: (-> (t/formatter "MMM") (cljc.java-time.format.date-time-formatter/parse "Jan") (cljc.java-time.month/from))

Examples