(millis-from-str s)
Parses a string representation of a timestamp.
Parses a string representation of a timestamp.
(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.
(now)
Returns a timestamp representing the current date and time.
Returns a timestamp representing the current date and time.
(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.
(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.
(timestamp-from-str s)
Parses a string representation of a timestamp.
Parses a string representation of a timestamp.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close