dateValueFromJulian()

The function DateTimeLib.dateValueFromJulian returns a DATE value that corresponds to an integer representation of a Julian date.

  DateTimeLib.dateValueFromJulian(
    julianIntegerDate INT in)
  returns (result DATE)
result
A variable of type DATE.
julianIntegerDate
A integer value representing a Julian date in the format 00YYYYDDD or 00YYDD.

Related concepts
Syntax diagram for EGL functions

Related reference
DATE
EGL library DateTimeLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.