I am trying to set a value in string for dateTimePicker1 but when i try dateTimePicker1->Value=System::Convert::ToDateTime("18/11/2010");
it doesn't change anything, the old value stays thesame.
How do i change the dateTimePicker to a string value?(for example : "18/11/2010")
Thanks in advanced.