laptop and a wrench

漏洞

Unable to create features in FeatureLayer when adding an attribute of type date.

上次发布: May 23, 2019 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000122250
已提交May 8, 2019
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.5
操作系统Android
操作系统版本N/A
状态Will Not Be Addressed

附加信息

The DATE field is of Type Java Calendar so when editing or creating new features, the Calendar object must be used for the date field: https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/data/Field.Type.html#DATE Example: DateFormat sdf= new SimpleDateFormat("MM/dd/yyyy hh:mm:ss a"); String dateInString="05/05/2019 10:20:56 AM"; Date date= (Date) sdf.parse(dateInString); Calendar calendar = Calendar.getInstance(); calendar.setTime(date); attributes.put("DATE",calendar);

重现步骤

漏洞 ID: BUG-000122250

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项