Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Format Date Problem
"Jim Kennedy" <kennedy-down_with_spammers_at_attbi.com> wrote in message news:<_8Toa.25568$Si4.13723_at_rwcrnsc51.ops.asp.att.net>...
> Yu are mistaking how dates/times are stored with how they are displayed.
> They are not stored in the format you indicate. Try using to_char to
> display the date as a string. eg select to_char(sysdate,'mm/dd/yyyy') from
> dual;
>
> Jim
>
Thanks Jim. That worked pefectly.
Jennifer Received on Mon Apr 21 2003 - 12:53:53 CDT
![]() |
![]() |