GridView里面需要对某个日期类型的field格式化显示为YYYY-MM-DD,用一下方法设定:
对BoundField设定属性:HtmlEncode ="false"  DataFormatString ="{0:d}"

相关文章: