DateTimeLib.dateFromGregorian returns a DATE value corresponding to an integer value that has the following format: YYYYMMdd.
eglx.lang
static function dateFromGregorian(gregorianDateAsInteger EInt in) returns (EDate);
After the following code runs, the value of result is 1 February 1999:
result Date = DateTimeLib.dateFromGregorian(19990201);
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |