I have this date 10/12/1959 and I need to show it as October 1959. Can you show me an example on how to format this date correctly the way I need it to show?
Nevermind my question as I found the answer:
TO_CHAR(date, ‘fmMonth YYYY’)
I have this date 10/12/1959 and I need to show it as October 1959. Can you show me an example on how to format this date correctly the way I need it to show?
Nevermind my question as I found the answer:
TO_CHAR(date, ‘fmMonth YYYY’)