[Overview][Types][Procedures and functions][Variables][Index] |
Converts a julian date to a gregorian date
Source position: unixutil.pp line 47
procedure JulianToGregorian( |
JulianDN: LongInt; |
var Year: Word; |
var Month: Word; |
var Day: Word |
); |
JulianToGregorian takes a julian day and converts it to a gregorian date. (Start of the Julian Date count is from 0 at 12 noon 1 JAN -4712 (4713 BC),)
None.
|
Converts a gregorian date to a julian date |