Analytics

2015年10月14日 星期三

[GridView]使用 BoundField DataFormatString 自訂日期格式 (BoundField DataFormatString use custom date format)


問題
使用 BoundField DataFormatString 自訂日期格式



解決方法
<asp:BoundField DataField="APPLY_DATE" DataFormatString="{0:yyyy-MM-dd hh:mm:ss}" HeaderText="進件日期" >
</asp:BoundField>

沒有留言:

熱門文章