I\'m building an application with C# code. How do I get only the date value from a DateTimePicker control?
DateTimePicker
Datum = DateTime.Parse(DateTimePicker1.Value.ToString("dd/MM/yyyy"))