I am trying to convert my string formatted value to date type with format dd/MM/yyyy.
dd/MM/yyyy
this.Text=\"22/11/2009\"; DateTime date = DateTime.Parse(
Although the above solutions are effective, you can also modify the webconfig file with the following...
Ref : Datetime format different on local machine compared to production machine