Files
cheatsheet-tldr/tldr/ical
2024-04-26 00:13:28 +00:00

22 lines
419 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ical
> View Hirji/Islamic and Gregorian calendars and convert their dates.
> More information: <https://manned.org/ical>.
- Display the current month's calendar:
`ical`
- Convert a Gregorian date to a Hijri date:
`ical --gregorian {{yyyymmdd}}`
- Convert a Hirji date to a Gregorian date:
`ical --hijri {{yyyymmdd}}`