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\")
If you use MVC, tables, it works like this:
@(((DateTime)detalle.fec).ToString("dd'/'MM'/'yyyy"))