Skip to main content

Search

Proper Assignment Code for [[Date]]+1

Answered

Comments

1 comment

  • Official comment
    Matthias_Walter

    Hi Dan Thale,

    we provide 5 functions on a date object or placeholder:

    • addMinutes()
    • addHours()
    • addDays()
    • addMonths()
    • addYears()

    In your case it would simply be [[Date]].addYears(1)

    Kind regards

    Matthias

Please sign in to leave a comment.