In order to know the date when easter falls for the year 2022 using Terminal command, you can make use of ncal command.
You can use three options:
- ncal 2022 -eJ: Display Julian Calendar, if combined with the -e option, display date of Easter according to the Julian Calendar.
- ncal 2022 -e: Display date of Easter (for western churches).
- ncal 2022 -o: Display date of Orthodox Easter (Greek and Russian Orthodox Churches).
code2care@mac ~ % ncal -e 2022
April 17 2022
code2care@mac ~ % ncal -Je 2022
April 17 2022
code2care@mac ~ % ncal -o 2022
April 24 2022
code2care@mac ~ % ncal april 2022
April 2022
Mo 4 11 18 25
Tu 5 12 19 26
We 6 13 20 27
Th 7 14 21 28
Fr 1 8 15 22 29
Sa 2 9 16 23 30
Su 3 10 17 24

More Posts related to 2022,
More Posts:
- Android : Connection with adb was interrupted 0 attempts have been made to reconnect - Android
- How to display Java Date Time timezone offset - Java
- Java Leap Year Programs with Code Examples - Java
- Terminal Command to get the list of available shells in macOS - MacOS
- How to activate and create SharePoint Spaces feature for mixed reality experience - 2D/3D images and web parts - SharePoint
- reCAPTCHA Implementation Tutorial - CSS
- Android EditText Cursor Colour appears to be white - Android
- Identify MySQL version in MySQL Command Line Prompt - MySQL