Proper Assignment Code for [[Date]]+1
AnsweredWhat is the proper Assignment or Function code to generate a new date, one year from an existing date field? The day and month should be the same but just increment the year by 1. Thanks!
0
-
Official comment
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.
Comments
1 comment