Add Time to Date

Adds specific number of units (days, years) to a date.

Add a specific amount of days or years to a date.

Action Inputs

NameTypeDescription
DateStringThe date string to add time to
UnitStringThe unit to add. Can either be days or years
Count as Business Days?BooleanWhether to count additional days as working days only
Number to AddNumberThe Amount of units (days or years) to add

Action Outputs

NameTypeDescription
SuccessBooleanWhether the operation was successful or not
New DateStringThe new date with the time added