Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Julian Dates
Pilsbury wrote:
>
> Hi all,
>
> Does anyone know how to deal with Julian dates in Pro*C?
> I am trying to convert some ESQL/C code which uses Julian dates in the
> format:
>
> yyddd where ddd is the number of days into year yy.
>
> Oracle doesnt deal with them in this way; does anyone know a way to get
> round this?
>
> TIA
>
> Pilsbury
Why not just use to_char/to_date to change them into any format you like and let Oracle do the math...
Cheers
--
![]() |
![]() |