I have a date parameter in ssrs 2008 formatted by default, like YYYY-DD-MM (like 2015-03-31). What I want is to reflect this as Month dd, yyyy
I tried adding an expression like: =Format(Parameters!startDate.Value, "MMMM d, yyyy") -> however, It is writing "MMMM d, yyyy" as string to the textbox instead a date!
I tried to go to Number section of the expression, selected "Date" there and selected the format I wanted, didnt work. I did the same process by rightclicking the cell after then coming to the textbox properties, but again did not work.
I dont know what else to try. Any help would be appreciated.