(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.
(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.
(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.
(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.
(double x)
Coerces numbers and strings to double. Returns nil if coercion fails.
Coerces numbers and strings to double. Returns nil if coercion fails.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close