Guest User

Untitled

a guest
Nov 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. %%[
  2. VAR @date, @email
  3. SET @email = EmailAddress /*This is the column name for email address that you have used in your DE*/
  4. SET @date = Lookup('Data Extension name here','Date column name here that you have used in your Data Extension','Email Address column name here that you have used in your Data Extension',@email) /*To populate date value from your DE for the user to whom email will be sent*/
  5. ]%%
  6.  
  7. %%=FormatDate("@date", "DD MMMM YYYY")=%%
Add Comment
Please, Sign In to add comment