Query operations for an operational layer in ArcGIS Web AppBuilder display all date and time stamps as 12:00 AM.
上次发布: October 9, 2015ArcGIS Online
漏洞 ID 编号
BUG-000089304
已提交
July 24, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
3.8
修正版本
3.9
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
1. In the Query widget .js file, find the _tryLocaleDate function near line 158 that calls jimuUtils.localizeDate using selector:date.
2. Change the line of code to: var result = jimuUtils.localizeDate(date,{});