Provides Easter month and day for a given year
[month, day]=easter_date(year)
* year = an integer, the year where the Easter date should be provided
* month = an integrer, the Easter month for the considered year
* day = an integrer, the Easter day in the month for the considered year
// get Easter date in year 2000 [m_2000,d_2000]=easter_date(2000) // get Easter date in current year d=getdate() [m_current,d_current=easter_date(d(1)) | ![]() | ![]() |