I have date field it is in MM/DD/YYYY HH:MS;SS AM/PM format , I want to modify this field in format of DD-MON-YYYY .
I tried with to_char(Date,‘DD-MON-YYYY’) , it is giving error . If it works also when I run the report I cant put filter on dates because this is character type .
Can some one please let me know how to get date field in format of DD-MON-YYYY and data type is Date .
I Can see format DD-MON-YYYY when I take object in Result Objects panel .
Proble is when I pull same object to Filter pane I am seeing different format (MM/DD/YYYY HH:MS:SS AM?PM) There I want to see same format DD-MON-YYYY .