【问题标题】:Mappable parameter for date without time无时间日期的可映射参数
【发布时间】:2023-04-03 13:17:01
【问题描述】:

我正在实现一个具有以下要求的 API:

截止日期应以不带时间的格式发送。

如何做到这一点? Integromat 文档提到了日期对象的布尔值"time" parameter,但它似乎没有任何影响。

问题是:如何使:"spent_on": "2020-02-19T23:00:00.000Z" 看起来像这样:"spent_on": "2020-02-20"

 {
   "name": "spent_on",
   "label": "Spent on the Date",
   "type": "date",
   "time": false,
   "required": true
 }

【问题讨论】:

    标签: integromat integromat-apps


    【解决方案1】:

    我相信您现在已经明白了,但如果现在:您在 Integromat 中的文本字段中有 formatDate。然后你会看到 formatDate(2020-02-19T23:00:00.000Z; YYYY-MM-DD)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-12-19
      • 1970-01-01
      • 2019-08-30
      • 1970-01-01
      • 2014-06-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多