Use AMPScript to find first and last days of the month

If you need to calculate the first and last day of the current month in AMPscript, you can do it like this:

Output:

@today: 7/30/2017 8:25:22 PM
@monthOfThisMonth: 07
@yearOfThisMonth: 2017
@firstDayOfThisMonth: 7/1/2017 12:00:00 AM
@nextMonth: 8/30/2017 8:25:22 PM
@monthOfNextMonth: 08
@yearOfNextMonth: 2017
@firstDayOfNextMonth: 8/1/2017 12:00:00 AM
@lastDayOfThisMonth: 7/31/2017 12:00:00 AM

Reference:

(Visited 2,289 times, 3 visits today)
Subscribe
Notify of
guest
4 Comments
Oldest
Newest
Inline Feedbacks
View all comments