Liking cljdoc? Tell your friends :D

serverless.date


->iso-strcljs

(->iso-str datetime-obj)

Converts datetime object into ISO string

Converts datetime object into ISO string
sourceraw docstring

->timestampcljs

(->timestamp datetime-object)

Converts any format-table js datetime object to milliseconds from epoch

Converts any format-table js datetime object to milliseconds from epoch
sourceraw docstring

after?cljs

(after? t1 t2)

t1 is after t2

t1 is after t2
sourceraw docstring

before?cljs

(before? t1 t2)

t1 is before t2

t1 is before t2
sourceraw docstring

equal?cljs

(equal? t1 t2)

t1 is equal to t2

t1 is equal to t2
sourceraw docstring

nowcljs

(now)

Milliseconds since epoch (now)

Milliseconds since epoch (now)
sourceraw docstring

now-iso-strcljs

(now-iso-str)

Now ISO string

Now ISO string
sourceraw docstring

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

× close