in ASP.NET gridview binding two dates. I want to display dd/MM/yyyy but it displays 10/03/2014 00:00:00.
dd/MM/yyyy
10/03/2014 00:00:00
I achieved it with {0:dd/MM/yyyy} on the DataFormatString property of the field
{0:dd/MM/yyyy}
DataFormatString
It works well