tldr/pages/common/jcal.md

21 lines
412 B
Markdown
Raw Normal View History

2020-10-27 10:50:11 +00:00
# jcal
> Display calendar information in the Jalali format, with the current day highlighted.
> More information: <http://www.nongnu.org/jcal/>.
- 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}}`