Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sculptorlv
Creator III
Creator III

Date + 3 month

Hello and please help.

I have a date variable, lets say DataX with a valuet 2015 12 02.

How can I sum this variable with another 3 month in my expressions?

DataNew = DateX + 3 month

1 Solution

Accepted Solutions
tresesco
MVP
MVP

DataNew= AddMonths(DateX, 3)

View solution in original post

2 Replies
tresesco
MVP
MVP

DataNew= AddMonths(DateX, 3)

sculptorlv
Creator III
Creator III
Author

Thanks a lot!!