toDateOnly toDateOnly

將引數轉換為dateOnly型別值。 若要深入瞭解資料型別,請參閱此區段

類別

轉換

函式語法

toDateOnly(<parameters>)

參數

參數
類型
以「YYYY-MM-DD」(XDM格式)表示日期的字串表示法。 也支援ISO-8601格式:只考慮​ 完整日期 ​部分(請參閱RFC 3339,第5.6節)
字串
日期時間
dateTime
沒有時區的日期時間
dateTimeOnly
紀元的整數值(以毫秒為單位)
整數

簽章與傳回的型別

toDateOnly(<dateTime>)

toDateOnly(<dateTimeOnly>)

toDateOnly(<string>)

toDateOnly(<integer>, <integer>, <integer>)

傳回dateOnly型別值。

範例

toDateOnly("2023-08-18")

toDateOnly("2023-08-18T00:00:00.000Z")

toDateOnly("2023-08-18T00:00:00")

所有傳回代表2023-08-18的dateOnly物件。

toDateOnly(#{ExperiencePlatform.ProfileFieldGroup.person.birthDate})

傳回dateOnly。

recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76