LinuxCommandLibrary

jcal

Display calendar information in the Jalali format, with the current day highlighted.

TLDR

Display a calendar for the current month

$ jcal
copy


Display the previous, current, and next months
$ jcal -3
copy


Display a calendar for a specific year (4 digits)
$ jcal [year]
copy


Display a calendar for a specific month and year
$ jcal [year] [month]
copy

Copied to clipboard