Question
2
Replies
1844
Views
Posted: May 19, 2017
Last activity: May 22, 2017
Closed
Calculate the Number Of Days
I have a requirement, that i need to send a mail two weeks before to the particular date.
for an ex: if date is 31 may 2017, i need to send mail on 17 may 2017.
can anyone suggest me on this.
Thanks in Advance,
Alfred Franklin.
***Updated by moderator: Lochan to add Categories***
I have used the addToDate function to take 14 days away from a date property in my application.
E.g. I used this syntax in a data transform to set the date 14 days before the .DateProperty.
@DateTime.addToDate(.DateProperty,-14,0,0,0)