We are using JD Edward, where date is stored in julian format in Oralce table. We want to display this date in mm/dd/yyyy format.
We use Oracle’s to_date() function, but the date displayed by JDE application and and one displayed by Oracle is different.
How to create a date object to display the correct date as being displayed by JDE application.
Working Environment:
PeopleSoft Enterprise One
Oracle Version 9
Hello Sunil, I have used JDE before, The way we did was using stored procedure call for all the date objects. The procedure would convert the julian date and return regular date. But you can create an date object like this: I have used Invoice date from Sales History as an example:
Yes, the computation of Julian Date in Oracle is different than that of JDE
I believe in JDE the base date for computation of Julian is 01/01/1900.
In MS-SQL the base date is 01/01/1900.
In Oracle the base date is January 10, 4712 BC