Now you can quickly perform date and time calculations such as adding or subtracting datetime units from a given date. You can calculate a single date or a batch of dates.
YYYY-MM-DD
format or select a data reference — useful when calculating a date based on input from another integration step.Unit | Description | Example Use Case |
---|---|---|
”Full Date” | Strips time portion; keeps only date. | 2025-08-18 |
”Full Time” | Strips date portion; keeps only time. | 14:32:00 |
”Full Datetime” | Retains both date and time. | 2025-08-18T14:32:00Z |
”Minute” | Adds/subtracts minutes. | |
”Second” | Adds/subtracts seconds. | |
”Quarter” | Adds/subtracts quarters (3-month periods). |
Get NOW minus 15 Minutes in ISO format
Check if a date is within the last 7 days
{Outcome} <= {User-provided date}
Add a quarter to a date and compare with another date
{User-provided date}
Operation: Add{User-provided date} <= {Outcome}
-5
). To add days, use a positive number (e.g. 3
).POST
https://integrations.nextmatter.com/g/utils/calculatedate
Content-Type: application/json
Batch of single dates example
Name | Value |
---|---|
calculatedDate | $.date |
Name | Value |
---|---|
calculatedDate1 | $[0].date |
calculatedDate2 | $[1].date |
calculatedDate3 | $[2].date |