Liking cljdoc? Tell your friends :D

kameleon.db


->enum-valclj

(->enum-val val)
source

millis-from-strclj

(millis-from-str s)

Parses a string representation of a timestamp.

Parses a string representation of a timestamp.
sourceraw docstring

millis-from-timestampclj

(millis-from-timestamp timestamp)

Converts a timestamp to the number of milliseconds since the epoch.

Converts a timestamp to the number of milliseconds since the epoch.
sourceraw docstring

nowclj

(now)

Returns a timestamp representing the current date and time.

Returns a timestamp representing the current date and time.
sourceraw docstring

now-strclj

(now-str)

Returns a string containing the current number of milliseconds since the epoch.

Returns a string containing the current number of milliseconds since the epoch.
sourceraw docstring

timestamp-from-millisclj

(timestamp-from-millis millis)

Converts the number of milliseconds since the epoch to a timestamp.

Converts the number of milliseconds since the epoch to a timestamp.
sourceraw docstring

timestamp-from-strclj

(timestamp-from-str s)

Parses a string representation of a timestamp.

Parses a string representation of a timestamp.
sourceraw docstring

timestamp-strclj

(timestamp-str timestamp)

Returns a string containing the number of milliseconds since the epoch for a timestamp.

Returns a string containing the number of milliseconds since the epoch for a timestamp.
sourceraw docstring

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

× close