Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: to_char not returning 'day' value without leading zero
Try removing the second "FM" format mask as follows:
SQL> select to_char(sysdate,'FMMM/DD') from dual;
TO_CH
HTH,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Thu Apr 06 2006 - 17:42:22 CDT
![]() |
![]() |