tomorrow

tomorrow(): Date

明日の日付を ​Date​ 型として返します。

DataWeave バージョン 2.4.0 で導入されました。

次の例では、​tomorrow​ 関数の出力を示しています。

ソース

%dw 2.0
import tomorrow from dw::core::Dates
output application/json
---
tomorrow()

出力

"2021-05-16"