DateTimeLib.dateFromJulian system function

DateTimeLib.dateFromJulian system function returns a DATE value corresponding to an integer value that has the following format: YYYYddd.

Package

eglx.lang

Syntax
static function dateFromJulian(julianDateAsInteger EInt in) returns (EDate);
julianDateAsInteger
An integer value that has the format YYYYddd.
Example use

After the following code runs, the value of result is 2 January 1999:

result Date = DateTimeLib.dateFromJulian(1999002);
Comments
Compatibility

Table 1. Compatibility
Target Issue
Java No issues.
JavaScript No issues.