Does anyone know how to perform a conversion in the JD Edwards "Date" format by using a SQL View? The format is actually a 9 digit numeric. It is not stored in date format. It is CYYddd.
C - Century
YY - Year
Ddd - day of year
Century - 0 = 1900
Century - 1 = 2000
YY = 01, 02, 67, 95, etc.
DDD = 1-365 to represent the day.
We are trying to convert this on the SQL side to pull it into Cognos Impromptu Report Writer.
C - Century
YY - Year
Ddd - day of year
Century - 0 = 1900
Century - 1 = 2000
YY = 01, 02, 67, 95, etc.
DDD = 1-365 to represent the day.
We are trying to convert this on the SQL side to pull it into Cognos Impromptu Report Writer.