我想改變日期的格式,只顯示日期而不是DataGrid上的BoundColumn中的時間,但沒有任何我已經嘗試過迄今爲止工作。修復日期格式不顯示在BoundColumn上的時間
<asp:BoundColumn DataField="InvoiceDate" HeaderText="Date" DataFormatString = "{0:MM-dd-yyyy}"/>
我也試過:
DataFormatString="{0:dd-M-yyyy}"
DataFormatString="{0:d}"
DataFormatString="{0:MMM-d-yyy}"
你可以在你的代碼中做到這一點。 –
用DataGrid控件測試它。它工作,沒有時間顯示。 – VDWWD