1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

jcal: add page (#4833)

This commit is contained in:
siavash 2020-10-27 14:20:11 +03:30 committed by GitHub
parent 25ca1ccce8
commit 011668ece6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/jcal.md Normal file
View file

@ -0,0 +1,20 @@
# 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}}`