(date-time year)
(date-time year month)
(date-time year month day)
(date-time year month day hour)
(date-time year month day hour minute)
(date-time year month day hour minute second)
(date-time year month day hour minute second millis)
(minute this)
(after? this that)
(hour this)
(day this)
(second this)
(plus- this period)
(day-of-week this)
(last-day-of-the-month- this)
(month this)
(equal? this that)
(before? this that)
(year this)
(week-number-of-year this)
(minus- this period)
(first-day-of-the-month- this)
(milli this)
(internal-date year)
(internal-date year month)
(internal-date year month day)
(internal-date year month day hour)
(internal-date year month day hour minute)
(internal-date year month day hour minute second)
(internal-date year month day hour minute second millis)
(in-months this)
Return the time in months
Return the time in months
(in-weeks this)
Return the time in weeks
Return the time in weeks
(in-seconds this)
Return the time in seconds.
Return the time in seconds.
(in-minutes this)
Return the time in minutes.
Return the time in minutes.
(in-days this)
Return the time in days.
Return the time in days.
(in-hours this)
Return the time in hours.
Return the time in hours.
(in-years this)
Return the time in years
Return the time in years
(in-millis this)
Return the time in milliseconds.
Return the time in milliseconds.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close