I have a string that has a date stored in it.
String date = \"03-05-2013 00:00:00\";
I parsed it to Datetime as follows:
Da
You need to pass the format in the ToString() call.
ToString()
Start.ToString("dd-MM-yyy HH:mm:ss");