Returns the date of Easter Monday for a given year.
import { getEasterMonday } from "easter-date";const easterMonday = getEasterMonday(2023);console.log(easterMonday); // 2023-04-10T00:00 Copy
import { getEasterMonday } from "easter-date";const easterMonday = getEasterMonday(2023);console.log(easterMonday); // 2023-04-10T00:00
Returns the date of Easter Monday for a given year.