Query operations for an operational layer in ArcGIS Web AppBuilder display all date and time stamps as 12:00 AM.
Last Published: October 9, 2015ArcGIS Online
Bug ID Number
BUG-000089304
Submitted
July 24, 2015
Last Modified
June 5, 2024
Applies to
ArcGIS Online
Version found
3.8
Version Fixed
3.9
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
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,{});