In SSRS what is the correct way to change a date from the standard "d" offered in the properties to
Posted
by Bowen IT
on Stack Overflow
See other posts from Stack Overflow
or by Bowen IT
Published on 2010-04-16T14:51:20Z
Indexed on
2010/04/16
14:53 UTC
Read the original article
Hit count: 369
I have a date as shown in expression:
= Fields!last_sales_date.Value
will show: 04/16/2010
Applying standard date properties allows only a few ways to display this date. I don't want to use the system dates supplied.
What is the correct way to customize the display format to the following:
Want to show: 4/16/10
Using VS 2003
© Stack Overflow or respective owner