出于某种原因,我无法在 gridview 中格式化我的日期文本
<asp:BoundField DataField="deptdate" HeaderText="Departure Date" dataformatstring="{0:ddd, MM/d/yyyy}" htmlencode="False" SortExpression="deptdate" />
I still get this:
May 10 2011 12:00AM
我没有在数据库中将我的字段设置为日期时间...DOY