2004-01-09 14:40:53 +01:00
|
|
|
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
|
|
|
|
|
2005-05-23 10:26:03 +02:00
|
|
|
Quite useful in timing situations where you need elapsed time between
|
2004-01-09 14:40:53 +01:00
|
|
|
dates.
|
|
|
|
|
|
|
|
This package also includes a library 'libjday.a' for incorporating
|
|
|
|
caledar-Julian date conversions in applications.
|