Skip to content

Clojure library to find date of Easter Sunday given year.

License

Notifications You must be signed in to change notification settings

magnars/clj-easter-day

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojars Project

clj-easter-day

A Clojure library designed to calculate Easter Sunday for a given year.

Using Harold Spencer Jones formula as given here: (https://no.wikipedia.org/wiki/P%C3%A5skeformelen)

Usage

The function easter-sunday will, given a 4 digit year, return a map containing the day and month of Easter Sunday for that given year:

(:day (easter-sunday 2016))
(:month (easter-sunday 2016))

License

Copyright © 2016 Eivind Waaler

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Clojure library to find date of Easter Sunday given year.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%