我有一个asp:GridView,它有一个asp:BoundField,其中包含 DateTime 数据通信表单数据库。现在在这里我想将此 DateTime 显示给我当地的 GMT DateTime 仅用于查看目的。
我认为它应该需要一个客户端解决方案。
来源如下,
<asp:BoundField HeaderText="Registration Date" DataField="RegisteredDate" DataFormatString="{0:MM/dd/yyyy hh:mm:ss}" />
这里RegisteredDate是DataField下数据库中的CurrentDateTime
任何帮助将不胜感激。