I\'m building an application with C# code. How do I get only the date value from a DateTimePicker control?
DateTimePicker
string shortDate = dateTimePicker1.Value.ToShortDateString();