Time related utility functions
Time related utility functions
(date-seq start)
Lazy seq of dates, starting at given date.
Lazy seq of dates, starting at given date.
(day-start date)
Returns the date at midnight for given time object
Returns the date at midnight for given time object
(epoch->date ms)
Converts epoch millis to local date using utc zone
Converts epoch millis to local date using utc zone
(same-date? a b)
True if the two epoch millis denote the same UTC date
True if the two epoch millis denote the same UTC date
(same-dom? a b)
True if the two epoch millis are about the same day-of-month (in UTC)
True if the two epoch millis are about the same day-of-month (in UTC)
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 |