[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'unixutil' (#rtl)

JulianToGregorian

Converts a julian date to a gregorian date

Declaration

Source position: unixutil.pp line 47

procedure JulianToGregorian(

  JulianDN: LongInt;

  var Year: Word;

  var Month: Word;

  var Day: Word

);

Description

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),)

Errors

None.

See also

GregorianToJulian

  

Converts a gregorian date to a julian date


Documentation generated on: Nov 14 2015