Hi
I am trying to retrieve the day of the week that is selected on the calendar and apply it to a label on the same page.
I have already managed to apply the date by using
Label4.Text = Calendar1.SelectedDate.ToShortDateString();
How would I go about doing this?
Thanks