Showing day name and month name in ssrs

Alias Varghese picture Alias Varghese · Apr 29, 2015 · Viewed 16.5k times · Source

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.?

Answer

Mahmoud Gamal picture Mahmoud Gamal · Apr 29, 2015

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:

  • Right click the textbox where your datetime is displayed and choose textbox properties:

enter image description here

  • From the left panel choose Number, then date and choose the desired format:

enter image description here

  • Then you should see the date displayed as:

enter image description here