help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

JulianToGregorian

Converts a julian date to a gregorian date

Declaration

Source position: unixutil.pp line 41

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505