Hi I have this code in my .cs file and the output is 5/27/2017 12:00:00 AM but I want it to format only the date like 5/27/2017. This is my code to show the value in the label. If I add any parameter in the ToString("dd/MM/yyyy") it tells me No overload for method 'ToString' takes '1' arguments.
Date.Text = ds.Tables[0].Rows[0]["AUM"].ToString();