I have a datetimepicker which on loading of windows form shows me format in \'MM-dd-yyyy\',
as follows:
You can set CustomFormat property to "dd-MM-yyyy" in design mode and use dateTimePicker1.Text property to fetch string in "dd/MM/yyyy" format irrespective of display format.