I'm creating a CSV file from my application, using oracle. When I open the csv file created, the columns which include dates are formatted in a special format such as dd-mmm-yy and not dd/mm/yyyy which is what I was expecting.
What can be the reason for that and what can I do to prevent it from happening?