diff --git a/pages/common/jcal.md b/pages/common/jcal.md new file mode 100644 index 0000000000..491def535d --- /dev/null +++ b/pages/common/jcal.md @@ -0,0 +1,20 @@ +# jcal + +> Display calendar information in the Jalali format, with the current day highlighted. +> More information: . + +- Display a calendar for the current month: + +`jcal` + +- Display the previous, current, and next months: + +`jcal -3` + +- Display a calendar for a specific year (4 digits): + +`jcal {{year}}` + +- Display a calendar for a specific month and year: + +`jcal {{year}} {{month}}`