table of contents
other versions
| JD(1) | User Commands | JD(1) |
NAME¶
jd - Conversion between Julian dates to Julian or Gregorian calendar dates
DESCRIPTION¶
usage: jd [-h] [-f FILE] [-j] [-r] [-t] [J ...]
Convert Julian Days to calendar days
positional arguments:¶
- J
- Julian days to convert
options:¶
- -h, --help
- show this help message and exit
- -f, --file FILE
- Read from file or stdin ('-')
- -j, --julian
- Convert to Julian date instead of Gregorian
- -r, --round
- Round to simple day
- -t, --tabs
- Separate output with tabs instead of commas
| February 2025 | jd 1.0.5 |