how to remove padded space in date format
686951Oct 9 2009 — edited Oct 9 2009Hi
I want to display date in DD Month YYYY format so I used to_char(dt,'DD Month YYYY') format but here month is padded with some extra space. Any idea to get date format without padded space?
Thanks,