pub fn get_date_of_easter(input_year: u32) -> (u32, u32, u32)
Expand description

Gets the date of Easter for the year specified.

§Arguments

input_year – Year for which you’d like the date of Easter.

§Returns

month, day, year