Source Code:
(back to article)
<?php $year = 2023; $easter_date = easter_date($year); echo date('F j, Y', $easter_date);
Result:
Report an issue