Converting date in french format
Hi All,
Hi All,
Please let me know if you have any idea
I am converting the date to French /infact multi lang
select to_char(sysdate,'Fmddth Month, yyyy','NLS_DATE_LANGUAGE =FRENCH') from dual
so this is giving me "8th Septembre, 2011"
but what i want is "8er Septembre, 2011" instead of "th" i need "er"
Thanks & Regards,
Dhana