yalu / clj-easter-day

Clojure library to find date of Easter Sunday given year.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%