I have a column having data of dates having date format - mm/dd/yyyy and i want to change its format to dd-mmm-yyyy. Can anyone help me regarding this.
Like any code which make 10/12/2018 to 12-Oct-2018.
Also I need that it will not lose its properties. Like when i export the data in excel then after applying filter on date column it will remain as come under 2018 in drop bar and not in 12-Oct-2018.
Like in excel when i apply filter the it needs to show-
2018 2017 etc
and not like
12-Oct-2018 10-Oct-2018 5-Sep-2017