Public Vars

Back

parse-day (clj)

(source)

function

(parse-day input)
en locale specific and borderline deprecated. consider writing your own regex or use a formatter. For example: (-> (t/formatter "EEE") (cljc.java-time.format.date-time-formatter/parse "Tue") (cljc.java-time.day-of-week/from))

Examples