I am having a date example 4/29/2015
. I need to change the format of date like "Wednesday,april 29,2015
. How to achieve this using SSRS
.?
Assuming that your date field is of data type date
or datetime
(otherwise you will need a cast in your sql query), this is how you can do it: