Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

today

today(): Date

Returns the date for today as a Date type.

Introduced in DataWeave version 2.4.0.

Example

This example shows the output of today function.

Source

%dw 2.0
import * from dw::core::Dates
output application/json
---
today()
DataWeave

Output

"2021-05-15"
Json