Auto-populated date format answers in the Survey123 for ArcGIS web app does not appear the same as in the field app.
上次发布: May 4, 2020ArcGIS Survey123
漏洞 ID 编号
BUG-000129291
已提交
March 10, 2020
上次修改时间
February 13, 2025
适用范围
ArcGIS Survey123
找到的版本
3.7
操作系统
N/A
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The format-date function works best with a date, time or dateTime input. If users need a custom formatted date or time value stored as a string, the best approach is to use a hidden (or dateTime) field with the now() function in the calculation column, followed by a text question with the format-date function. Here is an example of how this would look in the XLSForm using the example provided. The example also includes the 'once' function:
type name label calculation
hidden dateTime DateTime once(now())
text fromDateTime Text from dateTime format-date(${dateTime}, '%y%m%d%H%M')