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