Liking cljdoc? Tell your friends :D

dgknght.app-lib.time


comparecljs

(compare t1 t2)
source

compare-revcljs

(compare-rev t1 t2)
source

date-atcljs

(date-at local-date local-time)

Returns a date-time consisting of the given local-date and local-time

Returns a date-time consisting of the given local-date and local-time
sourceraw docstring

format-timecljs

(format-time t)
source

local-timecljs

(local-time)
(local-time hour)
(local-time hour minute)
(local-time hour minute second)
source

parsecljs

(parse time-str)
source

serializecljs

(serialize t)
source

timecljs

(time hour)
(time hour minute)
(time hour minute second)
source

Timecljs

source

Timeishcljsprotocol

->vectorcljs

(->vector this)

Returns the hour, minute, and second in a vector

Returns the hour, minute, and second in a vector

add-minutescljs

(add-minutes this minutes)

Returns a new time the specified number of minutes after the instance

Returns a new time the specified number of minutes after the instance
source

unserializecljs

(unserialize time-str)
source

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

× close