Skip to main content
All CollectionsMapping ManagerFunctions
Mapping Manager - @DATEADD() Function
Mapping Manager - @DATEADD() Function

How to use the @DATEADD() function

Micah A. Parker avatar
Written by Micah A. Parker
Updated over 3 weeks ago

Product: Mapping Manager


@DATEADD(Token,DaysToAdd,SkipWeekend)
Token: Date Token to modify
DaysToAdd: How many +/- days to Add/Subtract from Date Token
SkipWeekends: 1 skips weekends. 0 (or omit) to not skip weekends
return: Modified Date

Modifies a given Date by adding or subtracting days to it. The option to skip weekends where 1 to skip weekends. 0 (or omit) to indicate weekends are not skipped

Examples


Add 3 days to current date

@DATEADD([T:SPECIAL_TOKEN_CURRENT_DATE],3)

Subtract 1 day from Requested Delivery

@DATEADD([T:DATE_REQUESTED_DELIVERY],-1)


Related Topics

rev 2/20/2025

Did this answer your question?