I know how to format a normal datetime field so it returns "07/01/2014", by using the below code
=format(Parameters!discharge_date.Value,"dd/MM/yyyy")
But how do I add the day of the week to the beginning? "Tuesday - 07/01/2014",
I know how to format a normal datetime field so it returns "07/01/2014", by using the below code
=format(Parameters!discharge_date.Value,"dd/MM/yyyy")
But how do I add the day of the week to the beginning? "Tuesday - 07/01/2014",