什么是 Smartsheet 日期格式?

What is the Smartsheet Date format?

Smartsheet.Api.InvalidRequestException: 'The value for cell in column 324579127256964, 19/04/2018, did not conform to the strict requirements for type DATE.'

我在尝试使用 C# 以编程方式将 19/04/2018 插入列中时收到上述错误。

由于错误指出它不符合严格的要求。有什么要求?

如果您想遵循这些要求,请参阅 api 文档 (http://smartsheet-platform.github.io/api-docs/#cell-reference)

日期的单元格值表示符合 ISO 8601 格式 (https://en.wikipedia.org/wiki/ISO_8601): 例如,2018-04-19 而不是 19/04/2018 应该有效

如果要禁用对单元格的严格要求检查,请在请求正文的 Cell 对象中包含 "strict": false