Liking cljdoc? Tell your friends :D

common-specs.date


date-speccljmacro

(date-spec pred type gen-mapper-fn)
source

instant->local-dateclj

(instant->local-date x)

Converts a given java.time.Instant to a java.time.LocalDate in the UTC timezone.

Converts a given java.time.Instant to a java.time.LocalDate in the UTC timezone.
sourceraw docstring

instant->local-date-timeclj

(instant->local-date-time x)

Converts a given java.time.Instant to a java.time.LocalDateTime in the UTC timezone.

Converts a given java.time.Instant to a java.time.LocalDateTime in the UTC timezone.
sourceraw docstring

instant->strclj

(instant->str x)
source

local-date->strclj

(local-date->str x)
source

local-date-time->instantclj

(local-date-time->instant x)

Converts a given java.time.LocalDateTime to a java.time.Instant in the UTC timezone.

Converts a given java.time.LocalDateTime to a java.time.Instant in the UTC timezone.
sourceraw docstring

local-date-time->strclj

(local-date-time->str x)
source

str->instantclj

(str->instant x)
source

str->local-dateclj

(str->local-date x)
source

str->local-date-timeclj

(str->local-date-time x)
source

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

× close