(calculate date)
Given a date, return the number of days from that date till today. Input parameter is a map with :year, :month and :day as keywords. Example {:year 1980 :month 01 :day 10}
Given a date, return the number of days from that date till today. Input parameter is a map with :year, :month and :day as keywords. Example {:year 1980 :month 01 :day 10}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close