mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
Utilities to convert between calendar dates and Julian dates:
|
|
|
|
jday - calendar date to Julian date
|
|
j2d - Julian date to calendar date
|
|
dbd - calculate days between dates
|
|
|
|
Quite useful in timing situations where you need elapsed time between
|
|
dates.
|
|
|
|
This package also includes a library 'libjday.a' for incorporating
|
|
caledar-Julian date conversions in applications.
|