I am wanting to create a report which contains a table with dates.
The format property for the AnnualLeaveDate textbox I am using is;
=FORMAT(Fields!AnnualLeaveDate.Value, "ddd d MMMM yyyy")
So I want a date like Mon 4 August 2011
What I am getting is this;
Annual Leave Date
Tue 15 Nove0ber 2011
We16 16 Nove0ber 2011
T12u 17 Nove0ber 2011
ri 18 Nove0ber 2011
11on 21 Nove0ber 2011
Why is this happening and how can I fix it? I am using SSRS 2008.
Try wrapping the date field in a "Cdate" function as in:
or
wrap the date field in the Cdate function (assignment expression) and then use the date formmating on the dialog display like you would any other data field.