Liking cljdoc? Tell your friends :D
All platforms.

xyz.thoren.julian


to-gregorianclj/s

(to-gregorian jdn)

Given a Julian Day Number jdn, return a map with the Gregorian time. Will round jdn to 5 decimals.

Given a Julian Day Number `jdn`, return a map with the Gregorian time. Will
round `jdn` to 5 decimals.
sourceraw docstring

to-julianclj/s

(to-julian & {:keys [year month day hour minute second]})

Given :year, :month, :day, :hour, :minute, :second, return a Julian Day Number with 5 decimal precision.

Given `:year`, `:month`, `:day`, `:hour`, `:minute`, `:second`, return a
Julian Day Number with 5 decimal precision.
sourceraw docstring

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

× close