(compile-time-add-to-container! datatype container parsed-val)(datetime-formatter-or-str->parser-fn datatype format-string-or-formatter)Given a datatype and one of [fn? string? DateTimeFormatter], return a function that takes strings and returns datetime objects of type datatype.
Given a datatype and one of [fn? string? DateTimeFormatter], return a function that takes strings and returns datetime objects of type datatype.
(parse-str datatype str-val)Parse a string into a particular datetime type.
Parse a string into a particular datetime type.
(try-parse-datetimes str-value)Given unknown string value, attempt to parse out a datetime value. Returns tuple of [dtype value]
Given unknown string value, attempt to parse out a datetime value. Returns tuple of [dtype value]
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |