2

I am working with AMPScript and formatting out dates. Is there a function that will return the actual day of the week when pulling in the date parameter?

Currently working with the following to format the actual date: %%=Format(@pickupDeadline,"MM/dd/yyyy")=%% but want to add the day of the week to it within the text of the email.

1 Answer 1

3

So if you want to display say Monday when your @pickupDeadline is on Monday, you can simply do:

%%=Format(@pickupDeadline,"dddd")=%%

I hope this helps.

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.