c# - How to fix date format in ASP .NET BoundField (DataFormatString)? - Stack Overflow
This question was already answered in another post - you could add dataformatstring="{0:M-dd-yyyy}" attribute to the bound field, like this: source: cant format datetime ......