大家好〜我正在使用Kendo网格从服务器端Web API显示日期时间列。
在Chrome中,结果会按预期显示。但在IE中,我遇到了一些问题:
在回复正文中,我得到了数据:
[{"SerialNO":43,"SurveyCyclesSN":null,"StartDateTime":"2016-12-21T00:00:00","EndDateTime":"2016-12-30T11:00:00"}]
在Chrome中,Kendo网格正确地将UTC时间转换为本地时间: the correct value
但在IE中,日期时间无法正确转换: the wrong value
对此问题的任何建议?感谢〜