Liking cljdoc? Tell your friends :D

tailor.parsers


basic-iso-dateclj

(basic-iso-date x)

Coerces strings to java.util.Date instances using the basic ISO date pattern.

Coerces strings to java.util.Date instances using the basic ISO date pattern.
sourceraw docstring

basic-iso-date-8clj

(basic-iso-date-8 x)

Coerces strings to java.time.LocalDate instances using the basic ISO date pattern.

Coerces strings to java.time.LocalDate instances using the basic ISO date pattern.
sourceraw docstring

dateclj

(date pattern)
(date pattern x)

Coerces strings to java.util.Date instances using the given pattern. Returns a parser when no value is given.

Coerces strings to java.util.Date instances using the given pattern. Returns a parser when no value is given.
sourceraw docstring

date-8clj

(date-8 pattern)
(date-8 pattern x)

Coerces strings to java.time.LocalDate instances using the given pattern. Returns a parser when no value is given.

Coerces strings to java.time.LocalDate instances using the given pattern. Returns a parser when no value is given.
sourceraw docstring

doubleclj

(double x)

Coerces numbers and strings to double. Returns nil if coercion fails.

Coerces numbers and strings to double. Returns nil if coercion fails.
sourceraw docstring

longclj

(long x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close