(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |