Re: HELP - Convert julian date to gregorian?

From: Sybrand Bakker <Sybrand.Bakker_at_Bentley.nl>
Date: 1995/09/28
Message-ID: <44e2t6$266_at_sun630.bentley.com>#1/1


Use the Oracle function to_date:

to_date(any expression,'J')

this will convert it to a gregorian date. The reverse is possible with to_char(expression,'J')

Hope this helps

Sybrand Bakker
Senior IS Analyst
Bentley Systems Europe Received on Thu Sep 28 1995 - 00:00:00 CET

Original text of this message