I want my datetime to be converted to a string that is in format \"dd/MM/yyyy\"
Whenever I convert it using DateTime.ToString(\"dd/MM/yyyy\"), I get
DateTime.ToString(\"dd/MM/yyyy\")
Dumb question/answer perhaps, but have you tried dd/MM/yyyy? Note the capitalization.
dd/MM/yyyy
mm is for minutes with a leading zero. So I doubt that's what you want.
mm
This may be helpful: http://www.geekzilla.co.uk/View00FF7904-B510-468C-A2C8-F859AA20581F.htm