ArcGIS Dashboards do not return clear error messages in the date range filter when the correct date/time format is input per the suggested format.
ArcGIS Dashboards
漏洞 ID 编号
BUG-000160399
已提交
August 3, 2023
上次修改时间
October 3, 2024
适用范围
ArcGIS Dashboards
找到的版本
11.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
For date selectors in Dashboards that display the date picker, specify whether to include a time field. Time field accept the time in 'h:mm a' format where 'a' is an am/pm marker.
The 'h:mm a' format is a user-friendly way to represent time in Java and many other programming languages. It allows for a more intuitive understanding of time, especially for those accustomed to the 12-hour clock format.
The 'h' in this particular string stands for the hour, the 'mm' for the minute and the parameter "a" changes the hour part from the 24-hour clock to the 12-hour clock and adds an 'am' or a 'pm'.