Liking cljdoc? Tell your friends :D

tablehike.parse.datetime


datatype->general-parse-fn-mapclj

Map of datetime datatype to generalized parse fn.

Map of datetime datatype to generalized parse fn.
sourceraw docstring

datetime->date-parse-fnclj

(datetime->date-parse-fn parse-fn)
source

datetime-datatypesclj

source

datetime-formatterclj

(datetime-formatter pattern)
(datetime-formatter pattern locale)
source

datetime-formatter-parse-fnclj

(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.
sourceraw docstring

instant-parse-fnclj

(instant-parse-fn s)
source

local-date-formatterclj

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.
sourceraw docstring

local-date-parser-patternsclj

Local date parser patterns used to generate the local date formatter.

Local date parser patterns used to generate the local date formatter.
sourceraw docstring

local-time-formatterclj

DateTimeFormatter built to help parse a wide variety of time strings

DateTimeFormatter built to help parse a wide variety of time strings
sourceraw docstring

parse-local-dateclj

(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.
sourceraw docstring

parse-local-date-timeclj

(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.
sourceraw docstring

parse-local-timeclj

(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.
sourceraw docstring

time-parser-patternsclj

Parser patterns to parse a wide variety of time strings

Parser patterns to parse a wide variety of time strings
sourceraw docstring

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

× close