Skip to content

Date/Time Calculation#

The Date/Time Calculation node performs arithmetic on date, time, or timestamp values — allowing you to add or subtract a duration from an existing value to create a new one.

Settings#

  • Input: The date/time variable to calculate from
  • Operator: Add or Subtract
  • Value: The number of units to add or subtract
  • Unit: The time unit — seconds, minutes, hours, days, weeks, months, or years

Output#

The result is a new date/time variable available for use in subsequent nodes.

Tips#

Common use cases include calculating due dates (e.g. "created date + 7 days"), scheduling reminders, or computing time differences.

See Flow Designer