Date format in Dutch
Hi,
I am using a query to display a date.
I am selecting TO_CHAR (c.DAY_DATE, 'DD mon YYYY') where DAY_DATE is of type DATE
I am getting the following result: 05 oct 2011
This is in English. Is there a way to get it in Dutch language, such as: 05 okt 2011. (okt is in dutch).
Thanks in advance.