Map of datetime datatype to generalized parse fn.
Map of datetime datatype to generalized parse fn.
(datetime-formatter-parse-fn dtype formatter)
Given a datatype and a formatter return a function that attempts to parse that specific datatype, then convert into a java.util.Date.
Given a datatype and a formatter return a function that attempts to parse that specific datatype, then convert into a java.util.Date.
DateTimeFormatter that runs through a set of options in order to parse a wide variety of local date formats.
DateTimeFormatter that runs through a set of options in order to parse a wide variety of local date formats.
Local date parser patterns used to generate the local date formatter.
Local date parser patterns used to generate the local date formatter.
DateTimeFormatter built to help parse a wide variety of time strings
DateTimeFormatter built to help parse a wide variety of time strings
(parse-local-date str-data)
Convert a string into a local date attempting a wide variety of format types.
Convert a string into a local date attempting a wide variety of format types.
(parse-local-date-time str-data)
Parse a local-date-time by first splitting the string and then separately parsing the local-date portion and the local-time portions.
Parse a local-date-time by first splitting the string and then separately parsing the local-date portion and the local-time portions.
(parse-local-time str-data)
Convert a string into a local time attempting a wide variety of possible parser patterns.
Convert a string into a local time attempting a wide variety of possible parser patterns.
Parser patterns to parse a wide variety of time strings
Parser patterns to parse a wide variety of time strings
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close